Ignore node_modules correctly

This commit is contained in:
Tim Kurvers 2015-08-01 16:19:30 +02:00
parent f8679c4b05
commit ff3c91e503
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,7 +4,7 @@
other/.lein-deps-sum other/.lein-deps-sum
other/classes other/classes
other/lib other/lib
other/node_modules other/js/node_modules
.project .project
.pydevproject .pydevproject
target.cfg target.cfg