From 51dcc83e92b11a7c80f60e546b9998efc92661d3 Mon Sep 17 00:00:00 2001 From: hjwang <2392948297@qq.com> Date: Mon, 1 Jun 2026 18:13:01 +0800 Subject: [PATCH] =?UTF-8?q?chore(project):=20=E6=B7=BB=E5=8A=A0=20IDE=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E5=88=B0=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 .idea 目录到 .gitignore 文件 - 保持虚拟环境目录忽略配置 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cafc1c..0949605 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.venv/ \ No newline at end of file +.venv/ +.idea/ \ No newline at end of file