fix:添加忽略文件

This commit is contained in:
shijing 2026-07-01 16:00:01 +08:00
parent 4eb54c63f6
commit 32c8494f54
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -7,6 +7,8 @@ node_modules
/public/glb/ /public/glb/
/dist /dist
.VSCodeCounter/ .VSCodeCounter/
.claude/
.codex/
# local env files # local env files
.env.local .env.local
@ -14,6 +16,7 @@ node_modules
.env.production .env.production
.env.development .env.development
# Log files # Log files
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
@ -28,5 +31,7 @@ pnpm-debug.log*
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
*.bat
/package-lock.json /package-lock.json
/vue.config.js