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