From 32c8494f5478a5c7eeeeee2dfe19ac7d2f474e12 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 1 Jul 2026 16:00:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 47ac71d9..a8692201 100644 --- a/.gitignore +++ b/.gitignore @@ -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