From 8a3e08e084a381d22fcb36d3b8631d308af6bb6f Mon Sep 17 00:00:00 2001 From: Antonio Goncalves Date: Thu, 9 Jul 2026 10:07:19 +0200 Subject: [PATCH] Adding Intellij IDEA directories to the .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1485d3a9c4..4aff9be11d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ docs/.validation/ # Visual Studio .vs/ +# Intellij IDEA +.idea/ + # C# Dev Kit *.csproj.lscache