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.
1 parent ff326e0 commit 9fe40bdCopy full SHA for 9fe40bd
2 files changed
.gitignore
@@ -0,0 +1,14 @@
1
+/node_modules
2
+
3
+/build
4
+/dist
5
6
+.DS_Store
7
+.env.local
8
+.env.development.local
9
+.env.test.local
10
+.env.production.local
11
12
+npm-debug.log*
13
+yarn-debug.log*
14
+yarn-error.log*
.gitmodules
@@ -0,0 +1,3 @@
+[submodule "submodule"]
+ path = submodule
+ url = https://github.com/fe-knowledge/submodule.git
0 commit comments