From 7bee4ea33650b279c4fb819a87d4f2466762faba Mon Sep 17 00:00:00 2001 From: Seb Slight <19554889+sebslight@users.noreply.github.com> Date: Fri, 20 Feb 2026 08:59:07 -0500 Subject: [PATCH] fix(gitignore): include top-level .agents directory (#21886) Add a .agents entry to .gitignore to ensure the repository ignores a top-level directory named ".agents" in addition to the existing .agents/ pattern and other agent-related files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index df485d0f1bb..d4164654690 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,7 @@ USER.md .agent/*.json !.agent/workflows/ .agents/ +.agents /local/ package-lock.json .claude/settings.local.json