From e2c5f8fda4e7dda6cad8bfcc455b3ab032409e83 Mon Sep 17 00:00:00 2001 From: Seb Slight <19554889+sebslight@users.noreply.github.com> Date: Fri, 20 Feb 2026 08:50:42 -0500 Subject: [PATCH] chore: ignore .agents directory (#21877) Add .agents/ to .gitignore so generated or local agent files are excluded from version control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4278a24b0f6..df485d0f1bb 100644 --- a/.gitignore +++ b/.gitignore @@ -87,6 +87,7 @@ USER.md /memory/ .agent/*.json !.agent/workflows/ +.agents/ /local/ package-lock.json .claude/settings.local.json