diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-08-11 07:01:26 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-08-11 07:01:26 -0500 |
| commit | 5077b10bd397eb290af90ca5e49f32a95e81e9a7 (patch) | |
| tree | 98f6ed3d97384e7f973d597a570e84bb38fa1960 /.gitignore | |
| parent | 361790b48d015aea9d024b4e6ea7fd160ebcdb6f (diff) | |
Adds license and gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1 +1,25 @@ +# 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 + +# 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 node_modules |