diff options
author | Pacien | 2014-05-10 08:47:33 -0700 |
---|---|---|
committer | Pacien | 2014-05-10 08:47:33 -0700 |
commit | 4f21da45d77211da1aab786bceda8b19f9ccbcbc (patch) | |
tree | 4d4f2b9b567e32838e7d1ab2cb81546e85a17d26 /.gitignore | |
download | webcastor-4f21da45d77211da1aab786bceda8b19f9ccbcbc.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da23d0d --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,25 @@ | |||
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 | # Compiled binary addons (http://nodejs.org/api/addons.html) | ||
20 | build/Release | ||
21 | |||
22 | # Dependency directory | ||
23 | # Deployed apps should consider commenting this line out: | ||
24 | # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git | ||
25 | node_modules | ||