mirror of
https://github.com/github/gitignore
synced 2024-12-23 21:30:46 +01:00
Merge pull request #907 from pimterry/nodeGitignore
Ignore grunt and lcov build files in Node projects
This commit is contained in:
commit
d42b9bba2c
@ -1,4 +1,5 @@
|
||||
lib-cov
|
||||
lcov.info
|
||||
*.seed
|
||||
*.log
|
||||
*.csv
|
||||
@ -11,5 +12,6 @@ pids
|
||||
logs
|
||||
results
|
||||
build
|
||||
.grunt
|
||||
|
||||
node_modules
|
||||
|
Loading…
x
Reference in New Issue
Block a user