UNPKG

656 BPlain TextView Raw
1# Joe backup files
2*~
3
4# Just an example folder
5public/
6
7
8# Logs
9logs
10*.log
11npm-debug.log*
12
13# Webstorm
14.idea/
15
16# Runtime data
17pids
18*.pid
19*.seed
20
21# Directory for instrumented libs generated by jscoverage/JSCover
22lib-cov
23
24# Coverage directory used by tools like istanbul
25coverage
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)
37build/Release
38
39# Dependency directories
40node_modules
41jspm_packages
42
43# Optional npm cache directory
44.npm
45
46# Optional REPL history
47.node_repl_history