Update gitignore for npm modules
This commit is contained in:
parent
6a2cb087fc
commit
f063c3fcfd
|
@ -61,4 +61,7 @@ target/
|
||||||
#Ipython Notebook
|
#Ipython Notebook
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
|
|
||||||
|
# My local virtualenv
|
||||||
ve
|
ve
|
||||||
|
# The npm installed packages
|
||||||
|
node_modules
|
||||||
|
|
Loading…
Reference in New Issue