1 | # Created by http://www.gitignore.io
|
2 |
|
3 | ### Node ###
|
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 | # Compiled binary addons (http://nodejs.org/api/addons.html)
|
23 | build/Release
|
24 |
|
25 | # Dependency directory
|
26 | # Commenting this out is preferred by some people, see
|
27 | # https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
28 | node_modules
|
29 |
|
30 | # Users Environment Variables
|
31 | .lock-wscript
|
32 |
|
33 |
|
34 | ### Custom ###
|
35 | test/images
|
36 | test/index.html
|