mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
Refactor Node.gitignore with comments
The "build" directory is lost in this refactor, as many JS projects do wish to include a minified/concatenated version of their source in the "build" folder in source control.
This commit is contained in:
parent
07e4992c29
commit
d79a88b29f
@ -1,15 +1,28 @@
|
|||||||
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
|
|
||||||
results
|
|
||||||
build
|
|
||||||
|
|
||||||
|
## 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
|
node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user