Skip to content

Commit 9c990e7

Browse files
authored
Update .gitignore
1 parent 1c5dd43 commit 9c990e7

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

.gitignore

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
# Go 构建产物
2-
*.exe
3-
*.out
4-
*.test
5-
*.log
6-
*.tmp
7-
*.temp
8-
9-
# Wails 构建输出
10-
build/bin/*
11-
frontend/src/wailsjs/
12-
13-
# Node 依赖和构建产物
14-
frontend/node_modules/
15-
frontend/dist/
16-
frontend/.vite/
17-
frontend/.output/
18-
frontend/.DS_Store
19-
frontend/.eslintcache
20-
frontend/coverage/
21-
frontend/npm-debug.log*
22-
frontend/yarn-debug.log*
23-
frontend/yarn-error.log*
24-
frontend/package.json.md5
1+
build/bin
2+
frontend/dist
3+
frontend/node_modules
4+
frontend/wailsjs
5+
frontend/package.json.md5

0 commit comments

Comments
 (0)