From 1cbea4fdf46ad1ea2a8b580ec37300904f2089b6 Mon Sep 17 00:00:00 2001 From: Matthew Blott Date: Fri, 11 Nov 2022 12:27:23 +0000 Subject: [PATCH] Update VisualStudio.gitignore Included an entry to ignore the ".idea" IntelliJ IDEA directory that gets created with Rider. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..303df77c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -396,3 +396,4 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +.idea