Files
claude-code-user-config/.gitignore
Bill Ballou 13a0920b06 Add portable plugin configuration for cross-host sync
- Create plugins/config.json with marketplace sources and desired plugins
- Remove plugins/installed_plugins.json from tracking (host-specific paths)
- Add installed_plugins.json to .gitignore
- Update README with plugin installation instructions
- Enable example-skills plugin in settings.json
2026-01-12 13:13:07 -05:00

30 lines
459 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