Files
swarm-master/.gitignore
William Valentin 5900a51f3d 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>
2026-03-12 12:20:33 -07:00

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-*