2025-08-01 23:45:13 +02:00
|
|
|
{
|
2025-08-02 00:28:45 +02:00
|
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
2025-08-01 23:45:13 +02:00
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
2025-08-02 00:28:45 +02:00
|
|
|
"Bash(npm run build:*)",
|
2025-08-09 00:31:44 +02:00
|
|
|
"Bash(powershell:*)",
|
2025-08-17 22:09:50 +02:00
|
|
|
"Bash(rg:*)",
|
2025-08-17 23:44:30 +02:00
|
|
|
"Bash(find:*)",
|
2025-08-20 19:42:13 +02:00
|
|
|
"Bash(mv:*)",
|
|
|
|
|
"Bash(rm:*)"
|
2025-08-01 23:45:13 +02:00
|
|
|
],
|
|
|
|
|
"deny": []
|
2025-08-02 00:28:45 +02:00
|
|
|
}
|
2025-08-01 23:45:13 +02:00
|
|
|
}
|