diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bc4b5c1..3d13864 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ tests.out .pytest_cache __pycache__ .precomp +node_modules +package-lock.json |