feat: clawteam configuration and update docker-compose and gitignore to support team data persistence
This commit is contained in:
+13
-1
@@ -79,4 +79,16 @@
|
||||
.openclaw/workspace/*.env
|
||||
|
||||
.idea
|
||||
.openclaw/subagents/runs.json
|
||||
.openclaw/subagents/runs.json
|
||||
|
||||
# ==========================================
|
||||
# 5. Clawteam Data
|
||||
# ==========================================
|
||||
.clawteam/*
|
||||
!.clawteam/teams/
|
||||
!.clawteam/teams/*/
|
||||
.clawteam/teams/*/events/
|
||||
.clawteam/teams/*/inboxes/
|
||||
.clawteam/teams/*/spawn_registry.json
|
||||
.clawteam/teams/*/spawn_registry.json.lock
|
||||
!.clawteam/teams/*/config.json
|
||||
Reference in New Issue
Block a user