提交 d79a88b2 编写于 作者: S 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.
上级 07e4992c
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 ## Directory for files generated by jscoverage/JSCover
build 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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册