From 65ae52e0cfbc1a19bd8079a2741e345ae16264e2 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Fri, 27 Mar 2026 21:21:01 +0100 Subject: [PATCH] excluding idea folder --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 35063fc..5bcb726 100644 --- a/.gitignore +++ b/.gitignore @@ -51,4 +51,7 @@ CodeCoverage/ # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml \ No newline at end of file +nunit-*.xml + +#jetbrain +.[Ii]dea \ No newline at end of file