Commit 01b1059 0 parents commit 01b1059 Copy full SHA for 01b1059
File tree 1 file changed +50
-0
lines changed
1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+ .vscode
3
+ .env
4
+
5
+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
6
+
7
+ # dependencies
8
+ /node_modules
9
+ /.pnp
10
+ .pnp.js
11
+
12
+ # testing
13
+ /coverage
14
+
15
+ # production
16
+ /build
17
+
18
+ # misc
19
+ .DS_Store
20
+ .env.local
21
+ .env.development.local
22
+ .env.test.local
23
+ .env.production.local
24
+
25
+ npm-debug.log *
26
+ yarn-debug.log *
27
+ yarn-error.log *
28
+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
29
+
30
+ # dependencies
31
+ /node_modules
32
+ /.pnp
33
+ .pnp.js
34
+
35
+ # testing
36
+ /coverage
37
+
38
+ # production
39
+ /build
40
+
41
+ # misc
42
+ .DS_Store
43
+ .env.local
44
+ .env.development.local
45
+ .env.test.local
46
+ .env.production.local
47
+
48
+ npm-debug.log *
49
+ yarn-debug.log *
50
+ yarn-error.log *
You can’t perform that action at this time.
0 commit comments