Commit d79a88b2 authored by Stuart P. Bentley's avatar Stuart P. Bentley

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.
parent 07e4992c
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
build
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment