Update settings and gitignore for new plugins
Add superpowers plugin, skipDangerousModePermissionPrompt setting. Gitignore backups/, tasks/, and plugins/blocklist.json.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -27,3 +27,6 @@ plugins/repos/
|
|||||||
plugins/install-counts-cache.json
|
plugins/install-counts-cache.json
|
||||||
plugins/known_marketplaces.json
|
plugins/known_marketplaces.json
|
||||||
plugins/installed_plugins.json
|
plugins/installed_plugins.json
|
||||||
|
plugins/blocklist.json
|
||||||
|
backups/
|
||||||
|
tasks/
|
||||||
|
|||||||
@@ -46,7 +46,9 @@
|
|||||||
"enabledPlugins": {
|
"enabledPlugins": {
|
||||||
"superpowers@superpowers-marketplace": true,
|
"superpowers@superpowers-marketplace": true,
|
||||||
"frontend-design@claude-code-plugins": true,
|
"frontend-design@claude-code-plugins": true,
|
||||||
"example-skills@anthropic-agent-skills": true
|
"example-skills@anthropic-agent-skills": true,
|
||||||
|
"superpowers@claude-plugins-official": true
|
||||||
},
|
},
|
||||||
"alwaysThinkingEnabled": true
|
"alwaysThinkingEnabled": true,
|
||||||
|
"skipDangerousModePermissionPrompt": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user