From 1b272c887df7ecdbe4c531b125cdd24a50ff43a9 Mon Sep 17 00:00:00 2001 From: Andrey Avtomonov <7889985+andreybavt@users.noreply.github.com> Date: Mon, 11 May 2026 16:05:42 +0200 Subject: [PATCH] Ignore private agent overlay symlinks --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b2d82b54..94895972 100644 --- a/.gitignore +++ b/.gitignore @@ -50,9 +50,9 @@ yarn-error.log* !packages/context/test/fixtures/relationship-benchmarks/**/data.sqlite # Private local agent overlays -.agents/ -.claude/ -.superpowers/ +.agents +.claude +.superpowers # Editors and OS files .idea/