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