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
|
# Semi-general patterns
|
||||||
*.seed
|
## Logs
|
||||||
|
logs
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
## Runtime data
|
||||||
|
pids
|
||||||
|
*.pid
|
||||||
|
*.seed
|
||||||
|
|
||||||
|
## Run / build output
|
||||||
|
results
|
||||||
*.csv
|
*.csv
|
||||||
*.dat
|
*.dat
|
||||||
*.out
|
*.out
|
||||||
*.pid
|
|
||||||
*.gz
|
*.gz
|
||||||
|
|
||||||
pids
|
# JS-specific patterns
|
||||||
logs
|
## Directory for files generated by jscoverage/JSCover
|
||||||
results
|
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
|
node_modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user