File tree Expand file tree Collapse file tree 1 file changed +82
-0
lines changed Expand file tree Collapse file tree 1 file changed +82
-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
+
8
+ # Runtime data
9
+ pids
10
+ * .pid
11
+ * .seed
12
+ * .pid.lock
13
+
14
+ # Directory for instrumented libs generated by jscoverage/JSCover
15
+ lib-cov
16
+
17
+ # Coverage directory used by tools like istanbul
18
+ coverage
19
+
20
+ # nyc test coverage
21
+ .nyc_output
22
+
23
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24
+ .grunt
25
+
26
+ # Bower dependency directory (https://bower.io/)
27
+ bower_components
28
+
29
+ # node-waf configuration
30
+ .lock-wscript
31
+
32
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
33
+ build /Release
34
+
35
+ # Dependency directories
36
+ node_modules /
37
+ jspm_packages /
38
+
39
+ # TypeScript v1.x
40
+ * .ts~
41
+ * .tsx~
42
+
43
+ # Optional npm cache directory
44
+ .npm
45
+
46
+ # Optional eslint cache
47
+ .eslintcache
48
+
49
+ # Optional REPL history
50
+ .node_repl_history
51
+
52
+ # Output of 'npm pack'
53
+ * .tgz
54
+
55
+ # Yarn Integrity file
56
+ .yarn-integrity
57
+
58
+ # dotenv environment variables file
59
+ .env
60
+ .env.test
61
+
62
+ # parcel-bundler cache (https://parceljs.org/)
63
+ .cache
64
+
65
+ # Next.js build output
66
+ .next
67
+
68
+ # Nuxt.js build / generate output
69
+ .nuxt
70
+ dist
71
+
72
+ # vuepress build output
73
+ .vuepress /dist
74
+
75
+ # Serverless directories
76
+ .serverless /
77
+
78
+ # FuseBox cache
79
+ .fusebox /
80
+
81
+ # DynamoDB Local files
82
+ .dynamodb /
You can’t perform that action at this time.
0 commit comments