From 61ea54dbc183cb35ee3d5987a870aeaabba330c5 Mon Sep 17 00:00:00 2001 From: zhoukeda <1315948824@qq.com> Date: Thu, 13 Apr 2023 16:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0rider=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9491a2fd..d4a5457b 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,12 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +JetBrains Rider +.idea/ +*.sln.DotSettings.user +*.sln.DotSettings +*.sln.DotSettings.VS2015.user +*.sln.DotSettings.VS2017.user +*.sln.DotSettings.VS2019.user \ No newline at end of file