chore: update gitignore for local and build artifacts

This commit is contained in:
yoyuzh
2026-03-18 12:07:34 +08:00
parent 109e68c6d7
commit 25c3a0b2c3
3 changed files with 11 additions and 13 deletions

13
.gitignore vendored
View File

@@ -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

View File

@@ -1,8 +0,0 @@
{
"hash": "1eac4ae6",
"configHash": "19e214db",
"lockfileHash": "126cd023",
"browserHash": "c5ddb224",
"optimized": {},
"chunks": {}
}

View File

@@ -1,3 +0,0 @@
{
"type": "module"
}