chore: update gitignore for local and build artifacts
This commit is contained in:
11
.gitignore
vendored
11
.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/
|
||||
|
||||
.DS_Store
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"hash": "1eac4ae6",
|
||||
"configHash": "19e214db",
|
||||
"lockfileHash": "126cd023",
|
||||
"browserHash": "c5ddb224",
|
||||
"optimized": {},
|
||||
"chunks": {}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"type": "module"
|
||||
}
|
||||
Reference in New Issue
Block a user