mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -88,6 +88,7 @@ USER.md
|
||||
.agent/*.json
|
||||
!.agent/workflows/
|
||||
.agents/
|
||||
.agents
|
||||
/local/
|
||||
package-lock.json
|
||||
.claude/settings.local.json
|
||||
|
||||
Reference in New Issue
Block a user