Files
Projektarbeit-MYP/backend/.claude/settings.local.json

47 lines
865 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:*)",
"Bash(rg:*)",
"Bash(grep:*)",
"Bash(grep:*)",
"Bash(chmod:*)",
"Bash(node --version)",
"Bash(npm --version)",
"Bash(python:*)",
"Bash(pip3 install:*)"
],
"deny": []
}
}