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:*)",
|
2025-10-30 21:46:38 +01:00
|
|
|
"Bash(rm:*)",
|
2025-10-30 23:47:30 +01:00
|
|
|
"Bash(npm install:*)",
|
2025-11-03 14:54:57 +01:00
|
|
|
"Bash(npm test)",
|
|
|
|
|
"Bash(cat:*)"
|
2025-08-01 23:45:13 +02:00
|
|
|
],
|
|
|
|
|
"deny": []
|
2025-08-02 00:28:45 +02:00
|
|
|
}
|
2025-10-30 21:46:38 +01:00
|
|
|
}
|