diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,4 +8,9 @@ functions.json /tools/test.* /.env *.cmd -__pycache__
\ No newline at end of file +__pycache__ +/venv +node_modules +package.json +package-lock.json +*.lock
\ No newline at end of file |
