mirror of
https://github.com/github/gitignore
synced 2024-12-24 13:50:15 +01:00
Ignore grunt and lcov build files in Node projects
This commit is contained in:
parent
07e4992c29
commit
8209359a88
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user