From 6668adf8950f0b589eb0f8b57df39d1b4a917c0a Mon Sep 17 00:00:00 2001 From: Matthew Blott Date: Thu, 20 Jul 2023 10:38:31 +0100 Subject: [PATCH] Update VisualStudio.gitignore Added the ".idea" entry. This template is used with the .NET CLI and anyone using the JetBrains platform currently has to add this entry manually which is cumbersome. --- 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