diff options
author | Adam Roben <adam@roben.org> | 2014-02-28 11:34:11 -0500 |
---|---|---|
committer | Adam Roben <adam@roben.org> | 2014-02-28 11:37:14 -0500 |
commit | 937523ae5082e8232968665c844dd63c5ee6846c (patch) | |
tree | 96b3e3684fff7349be98a2b1765608fcb3c176b3 /Node.gitignore | |
parent | c096a6566a8666e99aff5af76c941d21f21c243b (diff) | |
download | gitignore-937523ae5082e8232968665c844dd63c5ee6846c.tar.gz gitignore-937523ae5082e8232968665c844dd63c5ee6846c.zip |
Reduce comments
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/Node.gitignore b/Node.gitignore index d5003b93..3a73dd6c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -1,40 +1,32 @@ -# Semi-general patterns - -## Logs +# Logs logs *.log -## Runtime data +# Runtime data pids *.pid *.seed -## Run / build output +# Run / build output results *.csv *.dat *.out *.gz -# Code coverage patterns - -## Directory for instrumented libs generated by jscoverage/JSCover +# Directory for instrumented libs generated by jscoverage/JSCover lib-cov -## Coverage directory used by tools like istanbul +# Coverage directory used by tools like istanbul coverage -# Other popular tool patterns - -## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt -# NodeJS patterns - -## Compiled binary addons (http://nodejs.org/api/addons.html) +# Compiled binary addons (http://nodejs.org/api/addons.html) build/Release -## Dependency directory -## Deployed apps should consider commenting this line out: -## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +# Dependency directory +# Deployed apps should consider commenting this line out: +# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules |