File tree 1 file changed +105
-0
lines changed
1 file changed +105
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Logs
2
+ logs
3
+ * .log
4
+ npm-debug.log *
5
+ yarn-debug.log *
6
+ yarn-error.log *
7
+ lerna-debug.log *
8
+
9
+ # Diagnostic reports (https://nodejs.org/api/report.html)
10
+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
11
+
12
+ # Runtime data
13
+ pids
14
+ * .pid
15
+ * .seed
16
+ * .pid.lock
17
+
18
+ # Directory for instrumented libs generated by jscoverage/JSCover
19
+ lib-cov
20
+
21
+ # Coverage directory used by tools like istanbul
22
+ coverage
23
+ * .lcov
24
+
25
+ # nyc test coverage
26
+ .nyc_output
27
+
28
+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
29
+ .grunt
30
+
31
+ # Bower dependency directory (https://bower.io/)
32
+ bower_components
33
+
34
+ # node-waf configuration
35
+ .lock-wscript
36
+
37
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
38
+ build /Release
39
+
40
+ # Dependency directories
41
+ node_modules /
42
+ * /node_modules
43
+ jspm_packages /
44
+
45
+ # TypeScript v1 declaration files
46
+ typings /
47
+
48
+ # TypeScript cache
49
+ * .tsbuildinfo
50
+
51
+ # Optional npm cache directory
52
+ .npm
53
+
54
+ # Optional eslint cache
55
+ .eslintcache
56
+
57
+ # Microbundle cache
58
+ .rpt2_cache /
59
+ .rts2_cache_cjs /
60
+ .rts2_cache_es /
61
+ .rts2_cache_umd /
62
+
63
+ # Optional REPL history
64
+ .node_repl_history
65
+
66
+ # Output of 'npm pack'
67
+ * .tgz
68
+
69
+ # Yarn Integrity file
70
+ .yarn-integrity
71
+
72
+ # dotenv environment variables file
73
+ .env
74
+ .env.test
75
+
76
+ # parcel-bundler cache (https://parceljs.org/)
77
+ .cache
78
+
79
+ # Next.js build output
80
+ .next
81
+
82
+ # Nuxt.js build / generate output
83
+ .nuxt
84
+ dist
85
+
86
+ # Gatsby files
87
+ .cache /
88
+ # Comment in the public line in if your project uses Gatsby and *not* Next.js
89
+ # https://nextjs.org/blog/next-9-1#public-directory-support
90
+ # public
91
+
92
+ # vuepress build output
93
+ .vuepress /dist
94
+
95
+ # Serverless directories
96
+ .serverless /
97
+
98
+ # FuseBox cache
99
+ .fusebox /
100
+
101
+ # DynamoDB Local files
102
+ .dynamodb /
103
+
104
+ # TernJS port file
105
+ .tern-port
You can’t perform that action at this time.
0 commit comments