diff options
author | 2021-05-05 19:02:30 -0700 | |
---|---|---|
committer | 2021-05-05 19:02:30 -0700 | |
commit | d975ab19db14b75b1099470cdf984329537a20aa (patch) | |
tree | dfb0845f0e3db99f72ba2217ef0d6b3804592690 /.gitignore | |
parent | 41c9896e11948b91dea278636c226516f7c01f3d (diff) | |
download | bun-d975ab19db14b75b1099470cdf984329537a20aa.tar.gz bun-d975ab19db14b75b1099470cdf984329537a20aa.tar.zst bun-d975ab19db14b75b1099470cdf984329537a20aa.zip |
cool
Former-commit-id: 3708dd44843274f397ae28b2cead39de8f55e6a6
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d05822f8d..ec6caf6c7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,12 @@ zig-cache *.o *.a profile.json + +/package.json +node_modules +.swcrc +yarn.lock +dist +*.log +*.out.js +/package-lock.json
\ No newline at end of file |