UNPKG

918 BPlain TextView Raw
1# Logs
2logs
3*.log
4npm-debug.log*
5yarn-debug.log*
6yarn-error.log*
7.logs/
8
9.DS_Store
10.vscode/
11.idea/
12
13# Runtime data
14pids
15*.pid
16*.seed
17*.pid.lock
18
19# Directory for instrumented libs generated by jscoverage/JSCover
20lib-cov
21
22# Coverage directory used by tools like istanbul
23coverage
24
25# nyc test coverage
26.nyc_output
27
28# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
29.grunt
30
31# Bower dependency directory (https://bower.io/)
32bower_components
33
34# node-waf configuration
35.lock-wscript
36
37# Compiled binary addons (http://nodejs.org/api/addons.html)
38build/Release
39
40# Dependency directories
41node_modules/
42jspm_packages/
43
44# Typescript v1 declaration files
45typings/
46
47# Optional npm cache directory
48.npm
49
50# Optional eslint cache
51.eslintcache
52
53# Optional REPL history
54.node_repl_history
55
56# Output of 'npm pack'
57*.tgz
58
59# Yarn Integrity file
60.yarn-integrity
61
62# dotenv environment variables file
63.env
64