mirror of
https://github.com/github/gitignore
synced 2025-02-18 16:39:08 +01:00
Add comments to Node.gitignore
This commit is contained in:
parent
518be4d566
commit
c0bff41288
@ -1,14 +1,25 @@
|
||||
lib-cov
|
||||
*.seed
|
||||
# Semi-general patterns
|
||||
## Logs
|
||||
logs
|
||||
*.log
|
||||
|
||||
## Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
|
||||
## Run / build output
|
||||
results
|
||||
*.csv
|
||||
*.dat
|
||||
*.out
|
||||
*.pid
|
||||
*.gz
|
||||
|
||||
pids
|
||||
logs
|
||||
results
|
||||
# JS-specific patterns
|
||||
## Directory for files generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Node-specific patterns
|
||||
## You may want to comment this out in certain scenarios:
|
||||
## see http://www.futurealoof.com/posts/nodemodules-in-git.html
|
||||
node_modules
|
||||
|
Loading…
x
Reference in New Issue
Block a user