From 999e3d7bed1765823b4a27eedf4dd21d80908ec5 Mon Sep 17 00:00:00 2001 From: moyin <2443444649@qq.com> Date: Sun, 11 Aug 2024 16:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=BA=9B=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=90=8E=E6=96=87=E4=BB=B6=E4=BB=A5=E5=8F=8A=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E7=9A=84=E5=BF=BD?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec8c066..01a1fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,12 @@ node_modules cache .temp -package-lock.json \ No newline at end of file +package-lock.json +dist +.vitepress/dist +.vitest +.vscode +.env +.env.local +.env.development.local +.env.test.local \ No newline at end of file