diff options
author | 2021-12-04 03:22:11 -0800 | |
---|---|---|
committer | 2021-12-16 19:18:51 -0800 | |
commit | a1167d80b26069d6cf898eae9437751b2238afde (patch) | |
tree | 2772d44dfa9055f68ebc7ad8cd57afc8ae49aa42 /.gitignore | |
parent | a765b13f526f5d379c7d2535f496fecd9a202add (diff) | |
download | bun-a1167d80b26069d6cf898eae9437751b2238afde.tar.gz bun-a1167d80b26069d6cf898eae9437751b2238afde.tar.zst bun-a1167d80b26069d6cf898eae9437751b2238afde.zip |
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 28f32381c..27bc57579 100644 --- a/.gitignore +++ b/.gitignore @@ -78,4 +78,6 @@ src/deps/libiconv src/deps/openssl src/tests.zig *.blob -src/deps/s2n-tls
\ No newline at end of file +src/deps/s2n-tls +.npm +.npm.gz |