diff options
author | Victor Häggqvist <[email protected]> | 2014-06-07 17:26:12 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-06-07 17:26:12 +0200 |
commit | cb5b57eae23a5d936ffecd3286bbb57bdda43164 (patch) | |
tree | 68daf2d595d94e5989b6e0d0fc24920fe341c775 /.gitignore | |
parent | 8df3ecb86e40bcb0d1a1aa10cc3737da777060e2 (diff) |
ignore stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4af05a --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# 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 +# Commenting this out is preferred by some people, see +# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +node_modules + +# Users Environment Variables +.lock-wscript |