From 352596aeaffcd34ba92586d507229db659e37075 Mon Sep 17 00:00:00 2001 From: Clawdbot Date: Wed, 28 Jan 2026 20:54:22 +0100 Subject: [PATCH] chore: add .idea/ to .gitignore JetBrains IDE project files should not be tracked. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9dc547c9c..f337d9b90 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ USER.md # local tooling .serena/ +.idea/