Ignore grunt and lcov build files in Node projects

This commit is contained in:
Tim Perry 2013-12-26 23:53:21 +00:00
parent 07e4992c29
commit 8209359a88
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
lib-cov lib-cov
lcov.info
*.seed *.seed
*.log *.log
*.csv *.csv
@ -11,5 +12,6 @@ pids
logs logs
results results
build build
.grunt
node_modules node_modules