Update gitignore for npm modules

This commit is contained in:
Eli Ribble 2016-05-14 22:13:40 -06:00
parent 6a2cb087fc
commit f063c3fcfd
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -61,4 +61,7 @@ target/
#Ipython Notebook #Ipython Notebook
.ipynb_checkpoints .ipynb_checkpoints
# My local virtualenv
ve ve
# The npm installed packages
node_modules