Add *.log to .gitignore so litellm-maintenance.log and any future log files are not tracked. Stage litellm-copilot-tokens/api-key.json — repo is local access only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
625 B
Plaintext
25 lines
625 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
|