diff options
author | Andinus <andinus@nand.sh> | 2021-08-25 20:02:57 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-08-25 20:06:29 +0530 |
commit | c1cec7e46fead306a5576b2731a00d0dd86ae6e0 (patch) | |
tree | bc5488615079d7ca416803371b0141bed770d99d /.gitignore | |
parent | b0623be206e24c8efdfa85a21e72d723731edda0 (diff) | |
download | exercism-c1cec7e46fead306a5576b2731a00d0dd86ae6e0.tar.gz |
Update .gitignore to add Javascript ignores
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 |