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