From 142cccd4fae9a9d412fad6bc6cbc51785a543ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=96=87=E5=85=B5?= <441889070@qq.com> Date: Tue, 24 Mar 2026 06:06:52 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=20.gitignor?= =?UTF-8?q?e=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 /.idea/ 到忽略列表 - 添加 /项目/ 目录到忽略列表 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57f1cb2..6503652 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/.idea/ \ No newline at end of file +/.idea/ +/项目/ \ No newline at end of file