1 | # Created by .ignore support plugin (hsz.mobi)
|
2 | ### Node template
|
3 | # Logs
|
4 | logs
|
5 | *.log
|
6 |
|
7 | # Runtime data
|
8 | pids
|
9 | *.pid
|
10 | *.seed
|
11 |
|
12 | # Directory for instrumented libs generated by jscoverage/JSCover
|
13 | lib-cov
|
14 |
|
15 | # Coverage directory used by tools like istanbul
|
16 | coverage
|
17 |
|
18 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
19 | .grunt
|
20 |
|
21 | # node-waf configuration
|
22 | .lock-wscript
|
23 |
|
24 | # Compiled binary addons (http://nodejs.org/api/addons.html)
|
25 | build/Release
|
26 |
|
27 | # Dependency directory
|
28 | # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
|
29 | node_modules
|
30 |
|
31 |
|