diff options
-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 }); |