Include all credentials and runtime config

Remove secret exclusions from .gitignore (local-only repo).
Add openclaw runtime state: credentials, identity, devices,
hooks, telegram, secrets, agent configs.
Exclude noisy/binary data: sessions, sqlite, media, temp files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
William Valentin
2026-03-12 12:20:33 -07:00
parent aceeb7b542
commit 5900a51f3d
54 changed files with 16876 additions and 59 deletions

View File

@@ -0,0 +1,9 @@
{
"version": 1,
"socket": {
"path": "/home/openclaw/.openclaw/exec-approvals.sock",
"token": "X-zuaMd7uFuSifeKYSh7fkrU8o4GOOvQ"
},
"defaults": {},
"agents": {}
}