Files
rfcp/.claude/settings.local.json
2026-02-01 12:02:52 +02:00

30 lines
636 B
JSON

{
"permissions": {
"allow": [
"Bash(npm create:*)",
"Bash(npm install:*)",
"Bash(npx tsc:*)",
"Bash(npm run build:*)",
"Bash(npx eslint:*)",
"Bash(tree:*)",
"Bash(python:*)",
"Bash(pip --version:*)",
"Bash(pip install:*)",
"Bash(npx vite build:*)",
"Bash(git:*)",
"Bash(cat:*)",
"Bash(ls:*)",
"Bash(cd:*)",
"Bash(mkdir:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Read(*)",
"Write(*)",
"Bash(python3:*)",
"Bash(source:*)",
"Bash(/mnt/d/root/rfcp/venv/bin/python3:*)",
"Bash(node --check:*)"
]
}
}