We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35555a0 commit 342e18dCopy full SHA for 342e18d
1 file changed
.gitignore
@@ -0,0 +1,24 @@
1
+# Dependencies
2
+/node_modules
3
+
4
+# Production
5
+/build
6
7
+# Generated files
8
+.docusaurus
9
+.cache-loader
10
11
+# Misc
12
+.DS_Store
13
+.env.local
14
+.env.development.local
15
+.env.test.local
16
+.env.production.local
17
18
+npm-debug.log*
19
+yarn-debug.log*
20
+yarn-error.log*
21
+package-lock.json
22
+yarn.lock
23
24
0 commit comments