diff options
author | 2021-06-04 03:46:52 -0700 | |
---|---|---|
committer | 2021-06-04 03:46:52 -0700 | |
commit | 76267469045a9b073ff523d19d31bc8669a6a44c (patch) | |
tree | 85e510ac553df8eec75afe43db549881e0cddbac /.gitignore | |
parent | fa2f60cdd529c589505f2ec5fa2eb21c5abf8aaa (diff) | |
download | bun-76267469045a9b073ff523d19d31bc8669a6a44c.tar.gz bun-76267469045a9b073ff523d19d31bc8669a6a44c.tar.zst bun-76267469045a9b073ff523d19d31bc8669a6a44c.zip |
readme was premature
Former-commit-id: a0d6d02fe823f59dc969f9914b7d75cc8a07b03e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d04a67697..9c4d76b06 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ src/deps/zig-clap/README.md src/deps/zig-clap/.github src/deps/zig-clap/.gitattributes out +outdir .trace cover @@ -34,4 +35,5 @@ bench github out.* out -.parcel-cache
\ No newline at end of file +.parcel-cache +esbuilddir
\ No newline at end of file |