From 5af4c8df827246344b193173ae4c2aca28189cf2 Mon Sep 17 00:00:00 2001 From: Sylas Hollander Date: Sat, 11 Apr 2026 07:40:22 -0400 Subject: [PATCH] [GITIGNORE] Add .idea directory to git ignore list (#8851) This prevents IntelliJ IDEA/CLion configuration from being synced to git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f14e4ccbe72..839e87d9baa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ modules/[Aa][Hh][Kk]_[Tt]ests .cache .cproject .DS_Store +.idea .project .settings .vscode