Add runtime/ephemeral paths to gitignore
Ignore backups/, tasks/, sessions/, and mcp-needs-auth-cache.json as these are machine-specific runtime data.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -28,5 +28,9 @@ plugins/install-counts-cache.json
|
|||||||
plugins/known_marketplaces.json
|
plugins/known_marketplaces.json
|
||||||
plugins/installed_plugins.json
|
plugins/installed_plugins.json
|
||||||
plugins/blocklist.json
|
plugins/blocklist.json
|
||||||
|
|
||||||
|
# Session and runtime data
|
||||||
backups/
|
backups/
|
||||||
tasks/
|
tasks/
|
||||||
|
sessions/
|
||||||
|
mcp-needs-auth-cache.json
|
||||||
|
|||||||
Reference in New Issue
Block a user