clean / centralize

This commit is contained in:
marcus hinz
2026-06-20 12:15:26 +02:00
parent 0b159bcefc
commit 4fde597f62
20 changed files with 1469 additions and 27 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"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:*)"
]
}
}