UNPKG

680 BPlain TextView Raw
1#Ignoring _book directory
2_book
3
4#dirs
5gist/
6*.pdf
7gh-pages/
8wiki/
9
10# Logs
11logs
12*.log
13npm-debug.log*
14
15# Runtime data
16pids
17*.pid
18*.seed
19
20# Directory for instrumented libs generated by jscoverage/JSCover
21lib-cov
22
23# Coverage directory used by tools like istanbul
24coverage
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)
36build/Release
37
38# Dependency directories
39node_modules
40jspm_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