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