We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit e3ffb93Copy full SHA for e3ffb93
.gitignore
@@ -0,0 +1,24 @@
1
+# See https://help.github.com/ignore-files/ for more about ignoring files.
2
+
3
+# dependencies
4
+/node_modules
5
6
+# testing
7
+/coverage
8
9
+# production
10
+/build
11
12
+# chrome package private key
13
+/package/*.pem
14
15
+# misc
16
+.DS_Store
17
+.env.local
18
+.env.development.local
19
+.env.test.local
20
+.env.production.local
21
22
+npm-debug.log*
23
+yarn-debug.log*
24
+yarn-error.log*
0 commit comments