diff options
author | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-15 12:41:15 -0700 |
---|---|---|
committer | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-15 12:41:15 -0700 |
commit | 92bca6599bb975e7c695a99e0c053ff8050b71f0 (patch) | |
tree | e8a550c69af02539f64274a6707ddd61ca606698 /.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 @@ | |||
1 | # Logs | ||
2 | logs | ||
3 | *.log | ||
4 | |||
5 | # Runtime data | ||
6 | pids | ||
7 | *.pid | ||
8 | *.seed | ||
9 | |||
10 | # Directory for instrumented libs generated by jscoverage/JSCover | ||
11 | lib-cov | ||
12 | |||
13 | # Coverage directory used by tools like istanbul | ||
14 | coverage | ||
15 | |||
16 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
17 | .grunt | ||
18 | |||
19 | # node-waf configuration | ||
20 | .lock-wscript | ||
21 | |||
22 | # Compiled binary addons (http://nodejs.org/api/addons.html) | ||
23 | build/Release | ||
24 | |||
25 | # Dependency directory | ||
26 | # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git | ||
27 | node_modules | ||