Files
claude-code-user-config/.gitignore
Bill Ballou a0be6e76bb Add runtime/ephemeral paths to gitignore
Ignore backups/, tasks/, sessions/, and mcp-needs-auth-cache.json
as these are machine-specific runtime data.
2026-04-20 18:23:17 -04:00

37 lines
562 B
Plaintext

# Secrets - NEVER TRACK
.credentials.json
# Large/private conversation data
history.jsonl
# Runtime state and caches
stats-cache.json
debug/
telemetry/
statsig/
projects/
todos/
file-history/
shell-snapshots/
session-env/
ide/
cache/
chrome/
paste-cache/
plans/
# Plugin caches and state (auto-regenerated)
plugins/cache/
plugins/marketplaces/
plugins/repos/
plugins/install-counts-cache.json
plugins/known_marketplaces.json
plugins/installed_plugins.json
plugins/blocklist.json
# Session and runtime data
backups/
tasks/
sessions/
mcp-needs-auth-cache.json