mirror of https://github.com/openclaw/openclaw.git
chore: ignore .agents directory (#21877)
Add .agents/ to .gitignore so generated or local agent files are excluded from version control.
This commit is contained in:
parent
741435aacd
commit
e2c5f8fda4
|
|
@ -87,6 +87,7 @@ USER.md
|
|||
/memory/
|
||||
.agent/*.json
|
||||
!.agent/workflows/
|
||||
.agents/
|
||||
/local/
|
||||
package-lock.json
|
||||
.claude/settings.local.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue