From 2486c8e8b66032dd2b428ba8cf98d9982d62b1f7 Mon Sep 17 00:00:00 2001 From: kubbo Date: Wed, 9 Jul 2025 09:03:11 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 保留 .env.local 文件 - 添加 .vscode 目录到忽略列表 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e9618a3..9ee8d17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .next -.env.local \ No newline at end of file +.env.local +.vscode \ No newline at end of file