Add node_modules to .gitignore

This commit is contained in:
Dale Wijnand 2017-11-21 14:43:43 +00:00
parent 8e933fcda4
commit 5b0b9e2ba2
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
target/
__pycache__
toolbox.classpath
node_modules/