diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2024-10-31 19:32:05 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2024-10-31 19:32:05 +0000 |
commit | df192c6bfe28fd00132c23d89e4f03d64d78a6e7 (patch) | |
tree | b135ef3c0eff18af147c62ae3796e53be6f34f0f /.gitignore | |
parent | 246b42b63ac4803ad48ac81df52c674e98206c0e (diff) | |
download | throw_simulation-df192c6bfe28fd00132c23d89e4f03d64d78a6e7.tar throw_simulation-df192c6bfe28fd00132c23d89e4f03d64d78a6e7.tar.gz throw_simulation-df192c6bfe28fd00132c23d89e4f03d64d78a6e7.zip |
Avoid leaking the event queue
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ -/node_modules/ /dist/ +/node_modules/ + +/.vscode/ |