Files
app/.claude/settings.local.json
2026-03-12 12:43:56 +01:00

28 lines
621 B
JSON

{
"permissions": {
"allow": [
"Bash(npm run:*)",
"Bash(rm:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(mkdir:*)",
"Bash(diff:*)",
"Bash(mysql:*)",
"Bash(sed:*)",
"Bash(npx eslint:*)",
"Bash(php:*)",
"Bash(npm install:*)",
"Bash(grep:*)",
"Bash(composer require:*)",
"Bash(vendor/bin/phpcs:*)",
"Bash(vendor/bin/phpcbf:*)",
"Bash(vendor/bin/phpstan analyse:*)",
"Bash(wc:*)",
"Read(//tmp/**)",
"Bash(read f:*)",
"Bash(find D:\\\\Weby\\\\BOHA Website\\\\New\\\\api:*)",
"Bash(find:*)"
]
}
}