From fe487541ecbceb4b3cf5ac29d81a90fda9b0957c Mon Sep 17 00:00:00 2001 From: Jeremy Smart Date: Wed, 24 Jun 2026 14:16:18 -0400 Subject: [PATCH] Ignore .idea/ and bin/ directories IDE settings and build output should not be tracked. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a63c4e4..41dd9ef 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ /shellmate .worktrees/ +# IDE / build output +.idea/ +bin/ + # claude Superpowers docs/superpowers/