fix:添加忽略文件
This commit is contained in:
parent
4eb54c63f6
commit
32c8494f54
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue