1
0
Files
breadcrumb-the-shire/.claude/settings.local.json

14 lines
435 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(Remove-Item -Recurse -Force \"modules/helpdesk/pages/helpdesk/dashboard\")",
"Bash(Remove-Item -Force \"modules/helpdesk/pages/helpdesk/dashboard-data\\(\\).php\")",
"Bash(Remove-Item -Force \"modules/helpdesk/web/js/helpdesk-dashboard.js\")",
"Bash(git checkout *)",
"Bash(git add *)",
2026-06-22 13:19:05 +02:00
"Bash(git commit -m ' *)",
"Bash(docker compose *)"
]
}
}