File tree Expand file tree Collapse file tree 1 file changed +73
-0
lines changed Expand file tree Collapse file tree 1 file changed +73
-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
+ old
9
+ # Runtime data
10
+ pids
11
+ * .pid
12
+ * .seed
13
+ * .pid.lock
14
+
15
+ # Directory for instrumented libs generated by jscoverage/JSCover
16
+ lib-cov
17
+
18
+ # Coverage directory used by tools like istanbul
19
+ coverage
20
+
21
+ # nyc test coverage
22
+ .nyc_output
23
+
24
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
25
+ .grunt
26
+
27
+ # Bower dependency directory (https://bower.io/)
28
+ bower_components
29
+
30
+ # node-waf configuration
31
+ .lock-wscript
32
+
33
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
34
+ build /Release
35
+
36
+ # Dependency directories
37
+ node_modules /
38
+ jspm_packages /
39
+
40
+ # Typescript v1 declaration files
41
+ typings /
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
+ # dotenv environment variable files
56
+ .env *
57
+
58
+ # gatsby files
59
+ .cache /
60
+ public
61
+
62
+ # Mac files
63
+ .DS_Store
64
+
65
+ # Yarn
66
+ yarn-error.log
67
+ .pnp /
68
+ .pnp.js
69
+ # Yarn Integrity file
70
+ .yarn-integrity
71
+
72
+ # Swap files
73
+ * .swp
You can’t perform that action at this time.
0 commit comments