Track litellm credentials; ignore runtime log files

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>
This commit is contained in:
William Valentin
2026-03-12 13:36:30 -07:00
parent 727069e16d
commit b58a6ae06d
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -19,3 +19,6 @@ openclaw/cron/runs/
# Temp files
*.tmp
*.tmp-*
# Runtime logs
*.log