28 lines
679 B
Plaintext
28 lines
679 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-*
|
|
|
|
# Runtime logs
|
|
*.log
|
|
|
|
# Local n8n SQLite recovery backups
|
|
.n8n-db-backups/
|