From 839996e0d79803552119172e03e5d9129d92940e Mon Sep 17 00:00:00 2001 From: Jack <3486688394@qq.com> Date: Sun, 18 Jan 2026 21:37:44 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 中添加 *.sln.DotSettings.user 忽略规则 - 移除旧的解决方案用户设置文件 JackCraft.Config.sln.DotSettings.user --- .gitignore | 3 ++- JackCraft.Config.sln.DotSettings.user | 7 ------- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 JackCraft.Config.sln.DotSettings.user diff --git a/.gitignore b/.gitignore index f400df3..1ba7693 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ obj/ /packages/ riderModule.iml /_ReSharper.Caches/ -.idea/ \ No newline at end of file +.idea/ +*.sln.DotSettings.user \ No newline at end of file diff --git a/JackCraft.Config.sln.DotSettings.user b/JackCraft.Config.sln.DotSettings.user deleted file mode 100644 index 5e14006..0000000 --- a/JackCraft.Config.sln.DotSettings.user +++ /dev/null @@ -1,7 +0,0 @@ - - ForceIncluded - ForceIncluded - ForceIncluded - ForceIncluded - ForceIncluded - ForceIncluded \ No newline at end of file