Calendar/.claude/settings.local.json
Janus C. H. Knudsen 80aaab46f2 WIP on master
2025-11-03 14:54:57 +01:00

17 lines
349 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(powershell:*)",
"Bash(rg:*)",
"Bash(find:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(npm install:*)",
"Bash(npm test)",
"Bash(cat:*)"
],
"deny": []
}
}