mirror of
https://github.com/github/gitignore
synced 2024-11-10 22:08:51 +01:00
Reduce comments
This commit is contained in:
parent
c096a6566a
commit
937523ae50
@ -1,40 +1,32 @@
|
|||||||
# Semi-general patterns
|
# Logs
|
||||||
|
|
||||||
## Logs
|
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
## Runtime data
|
# Runtime data
|
||||||
pids
|
pids
|
||||||
*.pid
|
*.pid
|
||||||
*.seed
|
*.seed
|
||||||
|
|
||||||
## Run / build output
|
# Run / build output
|
||||||
results
|
results
|
||||||
*.csv
|
*.csv
|
||||||
*.dat
|
*.dat
|
||||||
*.out
|
*.out
|
||||||
*.gz
|
*.gz
|
||||||
|
|
||||||
# Code coverage patterns
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||||
|
|
||||||
## Directory for instrumented libs generated by jscoverage/JSCover
|
|
||||||
lib-cov
|
lib-cov
|
||||||
|
|
||||||
## Coverage directory used by tools like istanbul
|
# Coverage directory used by tools like istanbul
|
||||||
coverage
|
coverage
|
||||||
|
|
||||||
# Other popular tool patterns
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||||
|
|
||||||
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
||||||
.grunt
|
.grunt
|
||||||
|
|
||||||
# NodeJS patterns
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
||||||
|
|
||||||
## Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
||||||
build/Release
|
build/Release
|
||||||
|
|
||||||
## Dependency directory
|
# Dependency directory
|
||||||
## Deployed apps should consider commenting this line out:
|
# Deployed apps should consider commenting this line out:
|
||||||
## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
||||||
node_modules
|
node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user