From ae62104d80e2ea3c34dddb71b2c465f340b2ebc5 Mon Sep 17 00:00:00 2001 From: Srikanth Patchava Date: Fri, 24 Apr 2026 19:25:12 -0700 Subject: [PATCH] chore: add .idea/ to .gitignore Exclude JetBrains IDE files from version control. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 60cfe55..5cc3483 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ build_test/ *.map .eos/ _build/ + +# IDE +.idea/