1
0
mirror of https://github.com/github/gitignore synced 2024-12-24 13:50:15 +01:00

Merge pull request #907 from pimterry/nodeGitignore

Ignore grunt and lcov build files in Node projects
This commit is contained in:
Adam Roben 2014-01-06 19:48:37 -08:00
commit d42b9bba2c

View File

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