Skip to content

Commit be5e6a5

Browse files
committed
git配置
1 parent 5788938 commit be5e6a5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1+
# dependencies
12
node_modules
3+
# production
4+
/build
5+
6+
# misc
7+
.DS_Store
8+
.env.local
9+
.env.development.local
10+
.env.test.local
11+
.env.production.local
12+
13+
npm-debug.log*
14+
yarn-debug.log*
15+
yarn-error.log*

0 commit comments

Comments
 (0)