UNPKG

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