Projektarbeit-MYP/backend/.claude/settings.local.json
2025-06-05 01:34:10 +02:00

39 lines
665 B
JSON

{
"permissions": {
"allow": [
"Bash(*)",
"Shell(*)",
"Command(*)",
"Script(*)",
"Python(*)",
"Node(*)",
"NPM(*)",
"File(*)",
"Network(*)",
"System(*)",
"Process(*)",
"Admin(*)",
"Root(*)",
"Sudo(*)",
"Execute(*)",
"Run(*)",
"Launch(*)",
"Start(*)",
"Install(*)",
"Download(*)",
"Upload(*)",
"Read(*)",
"Write(*)",
"Delete(*)",
"Create(*)",
"Modify(*)",
"Access(*)",
"Bash(rm:*)",
"Bash(find:*)",
"Bash(mkdir:*)",
"Bash(mv:*)",
"Bash(ls:*)"
],
"deny": []
}
}