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>
22 lines
603 B
Plaintext
22 lines
603 B
Plaintext
# ── OS / editor noise ─────────────────────────────────────────────────────
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# ── OpenClaw ephemeral / binary / noisy data ──────────────────────────────
|
|
openclaw/workspace/
|
|
openclaw/workspace-*/
|
|
openclaw/logs/
|
|
openclaw/extensions-quarantine/
|
|
openclaw/sandboxes/
|
|
openclaw/media/
|
|
openclaw/memory/*.sqlite
|
|
openclaw/memory/*.tmp*
|
|
openclaw/agents/*/sessions/
|
|
openclaw/cron/runs/
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.tmp-*
|