Skip to content

Commit 9fe40bd

Browse files
committed
✨ init —— 2019-01-09 13:15
init
1 parent ff326e0 commit 9fe40bd

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "submodule"]
2+
path = submodule
3+
url = https://github.com/fe-knowledge/submodule.git

0 commit comments

Comments
 (0)