From 33f87708526ed5c9faea2fe4e14477ff0a659687 Mon Sep 17 00:00:00 2001 From: "Frank R. Haugen" Date: Mon, 7 Aug 2023 17:54:14 +0200 Subject: [PATCH] "Add .idea/ to .gitignore Updated .gitignore to ignore the .idea directory created by Jetbrains editors to prevent it from being tracked as we don't want personal IDE configurations in the shared repository." --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b0574fd9..586d89f2 100644 --- a/.gitignore +++ b/.gitignore @@ -352,3 +352,4 @@ MigrationBackup/ # Rider /Frank.Libraries.Tests/coverage.opencover.xml +.idea/ \ No newline at end of file