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