Update gitignore for npm modules

This commit is contained in:
Eli Ribble 2016-05-14 22:13:40 -06:00
parent 6a2cb087fc
commit f063c3fcfd

3
.gitignore vendored
View file

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