diff options
author | 2023-09-20 20:30:15 -0700 | |
---|---|---|
committer | 2023-09-20 20:30:15 -0700 | |
commit | ac19c7c62e3a151251ebaa8aef2f32f7b61808f0 (patch) | |
tree | f5a2000972620d55ee2b258d87d4e180d6ccdb46 | |
parent | 539eec85db8f97a0c2fa0ac013a93727649b3da4 (diff) | |
download | bun-ac19c7c62e3a151251ebaa8aef2f32f7b61808f0.tar.gz bun-ac19c7c62e3a151251ebaa8aef2f32f7b61808f0.tar.zst bun-ac19c7c62e3a151251ebaa8aef2f32f7b61808f0.zip |
remove /test.js and git ignore it - sorry
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | test.js | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index cc74a1bc7..ecc09f1e4 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,7 @@ cold-jsc-start cold-jsc-start.d /test.ts +/test.js src/js/out/modules* src/js/out/functions* diff --git a/test.js b/test.js deleted file mode 100644 index 4c43634c0..000000000 --- a/test.js +++ /dev/null @@ -1 +0,0 @@ -Bun.write("/tmp/bun-write-permission-test.txt", "test", { mode: 0o777 }); |