From 5877dae8fe604c60e8a47dfbb7e85209b9ef089c Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:55:27 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20=E6=9B=B4=E6=96=B0.gitignore?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加.idea/目录到忽略列表中,避免IDE相关配置文件被提交到仓库。 - [skip ci] --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba56cfd..c7f49e6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ obj/ /packages/ riderModule.iml /_ReSharper.Caches/ -GFramework.sln.DotSettings.user \ No newline at end of file +GFramework.sln.DotSettings.user +.idea/ \ No newline at end of file