Skip to content

Commit 805a918

Browse files
committed
git忽略多余的文件
1 parent 9248db1 commit 805a918

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.dockerignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
client/node_modules/
2-
client/dist/
31
node_modules/
42
logs/
53
run/
64
.git/
7-
.idea/
5+
.idea/
6+
.db/
7+
package-lock.json
8+
yarn.lock
9+
app/public/pages
10+
config/manifest.json
11+
eas.code-workspace

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ run/
1212
*.sw*
1313
*.un~
1414
db/
15-
dist/
1615
eas.code-workspace
1716
app/public/pages
18-
config/manifest.json
17+
config/manifest.json
18+
app/assets/pages/.umi

0 commit comments

Comments
 (0)