mirror of https://github.com/openclaw/openclaw.git
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:
parent
e2c5f8fda4
commit
7bee4ea336
|
|
@ -88,6 +88,7 @@ USER.md
|
|||
.agent/*.json
|
||||
!.agent/workflows/
|
||||
.agents/
|
||||
.agents
|
||||
/local/
|
||||
package-lock.json
|
||||
.claude/settings.local.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue