Files
claude-projects/global/settings.json
T
2026-06-20 12:15:26 +02:00

22 lines
453 B
JSON

{
"enabledPlugins": {
"frontend-design@claude-plugins-official": true
},
"promptSuggestionEnabled": false,
"awaySummaryEnabled": false,
"theme": "dark",
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git -C:*)",
"Bash(git mv:*)",
"Bash(git check-ignore:*)"
]
}
}