1
0
mirror of https://github.com/github/gitignore synced 2024-06-19 19:02:50 +02:00
gitignore/Node.gitignore
Stuart P. Bentley d79a88b29f 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.
2014-01-02 20:02:57 -05:00

29 lines
383 B
Plaintext

# Semi-general patterns
## Logs
logs
*.log
## Runtime data
pids
*.pid
*.seed
## Run / build output
results
*.csv
*.dat
*.out
*.gz
# 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