adding node modules to gitignore and adding jshint ignore woth node modules

This commit is contained in:
Ryan Day 2012-05-05 07:14:09 -07:00
parent 245bb692f0
commit 1625f6dde8
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
*~
node_modules

1
.jshintignore Normal file
View file

@ -0,0 +1 @@
node_modules