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/
|
backend/target/
|
||||||
data/
|
data/
|
||||||
storage/
|
storage/
|
||||||
|
front/node_modules/
|
||||||
|
front/dist/
|
||||||
|
front/.vite/
|
||||||
|
|
||||||
backend-dev.out.log
|
backend-dev.out.log
|
||||||
backend-dev.err.log
|
backend-dev.err.log
|
||||||
frontend-dev.out.log
|
frontend-dev.out.log
|
||||||
frontend-dev.err.log
|
frontend-dev.err.log
|
||||||
vue/dist/
|
*.log
|
||||||
|
|
||||||
.env.oss.local
|
.env.oss.local
|
||||||
|
front/.env.production
|
||||||
|
|
||||||
账号密码.txt
|
账号密码.txt
|
||||||
.history/
|
.history/
|
||||||
.vscode/
|
.vscode/
|
||||||
.gemini/
|
.gemini/
|
||||||
.codex/
|
.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