From 5fb3ab000fe79543c9acffb0f6689f43f9ca2bd9 Mon Sep 17 00:00:00 2001 From: wgx <31655391@qq.com> Date: Thu, 13 Aug 2026 16:00:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95=E3=80=81?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87=E5=8A=A0=E8=BD=BD=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6212fc..3806f96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,24 @@ -/unpackage/ -/.idea/ +.DS_Store +node_modules +/dist + +/unpackage + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw?