1 | # Joe backup files
|
2 | *~
|
3 |
|
4 | # Just an example folder
|
5 | public/
|
6 |
|
7 |
|
8 | # Logs
|
9 | logs
|
10 | *.log
|
11 | npm-debug.log*
|
12 |
|
13 | # Webstorm
|
14 | .idea/
|
15 |
|
16 | # Runtime data
|
17 | pids
|
18 | *.pid
|
19 | *.seed
|
20 |
|
21 | # Directory for instrumented libs generated by jscoverage/JSCover
|
22 | lib-cov
|
23 |
|
24 | # Coverage directory used by tools like istanbul
|
25 | coverage
|
26 |
|
27 | # nyc test coverage
|
28 | .nyc_output
|
29 |
|
30 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
31 | .grunt
|
32 |
|
33 | # node-waf configuration
|
34 | .lock-wscript
|
35 |
|
36 | # Compiled binary addons (http://nodejs.org/api/addons.html)
|
37 | build/Release
|
38 |
|
39 | # Dependency directories
|
40 | node_modules
|
41 | jspm_packages
|
42 |
|
43 | # Optional npm cache directory
|
44 | .npm
|
45 |
|
46 | # Optional REPL history
|
47 | .node_repl_history
|