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.
This commit is contained in:
Seb Slight 2026-02-20 08:59:07 -05:00 committed by GitHub
parent e2c5f8fda4
commit 7bee4ea336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -88,6 +88,7 @@ USER.md
.agent/*.json
!.agent/workflows/
.agents/
.agents
/local/
package-lock.json
.claude/settings.local.json