monorepo/native/wordpress/maple-fonts-wp/.claude/settings.local.json
2026-01-30 22:33:40 -05:00

19 lines
384 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(for po in *.po)",
"Bash(do mo=\"$po%.po.mo\")",
"Bash(msgfmt:*)",
"Bash(echo:*)",
"Bash(done)",
"Bash(ls:*)",
"Bash(xargs:*)",
"Bash(chmod:*)",
"Bash(composer install:*)",
"Bash(php:*)",
"Bash(docker --version:*)",
"Bash(brew list:*)"
]
}
}