diff --git a/.gitignore b/.gitignore index 3c4efe20..257539fb 100644 --- a/.gitignore +++ b/.gitignore @@ -258,4 +258,8 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc + +# NodeJS +node_modules/ +package-lock.json \ No newline at end of file