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/installed_plugins.json
|
||||
plugins/blocklist.json
|
||||
|
||||
# Session and runtime data
|
||||
backups/
|
||||
tasks/
|
||||
sessions/
|
||||
mcp-needs-auth-cache.json
|
||||
|
||||
Reference in New Issue
Block a user