diff options
| author | Rubén Beltrán del Río <ben@nsovocal.com> | 2015-09-05 17:44:36 -0500 |
|---|---|---|
| committer | Rubén Beltrán del Río <ben@nsovocal.com> | 2015-09-05 17:44:36 -0500 |
| commit | 71164942dfbc59af88765fce7339fc61c77bad7b (patch) | |
| tree | 46bf33751cfc1f66c733b460b5efea0c830d66de /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..123ae94 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git +node_modules |