chore: update gitignore for local and build artifacts
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,14 +1,23 @@
|
||||
backend/target/
|
||||
data/
|
||||
storage/
|
||||
front/node_modules/
|
||||
front/dist/
|
||||
front/.vite/
|
||||
|
||||
backend-dev.out.log
|
||||
backend-dev.err.log
|
||||
frontend-dev.out.log
|
||||
frontend-dev.err.log
|
||||
vue/dist/
|
||||
*.log
|
||||
|
||||
.env.oss.local
|
||||
front/.env.production
|
||||
|
||||
账号密码.txt
|
||||
.history/
|
||||
.vscode/
|
||||
.gemini/
|
||||
.codex/
|
||||
.codex/
|
||||
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user