updating .gitignore with github recommendations for node projects

removing node_modules/* to prevent spurious updates after 'npm install'
This commit is contained in:
Daniel Risacher
2013-11-04 06:22:39 -05:00
parent 56ba4c6c61
commit 199ef79578
1116 changed files with 15 additions and 327646 deletions
+15
View File
@@ -1,2 +1,17 @@
.sass-cache
config.js
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log
node_modules