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 2fd1c1eCopy full SHA for 2fd1c1e
.gitignore
@@ -0,0 +1,25 @@
1
+.DS_Store
2
+.vscode
3
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
4
+
5
+# dependencies
6
+/node_modules
7
+/.pnp
8
+.pnp.js
9
10
+# testing
11
+/coverage
12
13
+# production
14
+/build
15
16
+# misc
17
18
+.env.local
19
+.env.development.local
20
+.env.test.local
21
+.env.production.local
22
23
+npm-debug.log*
24
+yarn-debug.log*
25
+yarn-error.log*
0 commit comments