UNPKG

703 BPlain TextView Raw
1# file system
2.idea/
3.vscode/
4.DS_Store
5*.tgz
6
7# Logs
8logs
9*.log
10lerna-debug.log
11npm-debug.log*
12yarn-debug.log*
13yarn-error.log*
14
15/.changelog
16
17# Runtime data
18pids
19*.pid
20*.seed
21
22# Directory for instrumented libs generated by jscoverage/JSCover
23lib-cov
24
25# Coverage directory used by tools like istanbul
26coverage
27
28# nyc test coverage
29.nyc_output
30
31# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
32.grunt
33
34# node-waf configuration
35.lock-wscript
36
37# Dependency directories
38node_modules
39jspm_packages
40
41# Optional npm cache directory
42.npm
43npm-*
44
45# Optional REPL history
46.node_repl_history
47
48# build
49dist
50build
51release
52tmp
53
54# config
55.env
56
57# try files
58.try*
59.playground
60snapshot