Stirling-PDF/.claude/settings.local.json
Reece Browne 564b14e3e2 Merge
2025-09-03 14:35:50 +01:00

23 lines
466 B
JSON

{
"permissions": {
"allow": [
"Bash(chmod:*)",
"Bash(mkdir:*)",
"Bash(./gradlew:*)",
"Bash(grep:*)",
"Bash(cat:*)",
"Bash(find:*)",
"Bash(npm test)",
"Bash(npm test:*)",
"Bash(ls:*)",
"Bash(npx tsc:*)",
"Bash(node:*)",
"Bash(npm run dev:*)",
"Bash(sed:*)",
"Bash(npm run typecheck:*)",
"Bash(git checkout:*)"
],
"deny": [],
"defaultMode": "acceptEdits"
}
}