fastapi-demo/.claude/settings.local.json

26 lines
554 B
JSON

{
"permissions": {
"allow": [
"Bash(python:*)",
"Bash(curl:*)",
"Bash(git init:*)",
"Bash(git remote:*)",
"Bash(git add:*)",
"Bash(git push:*)",
"Bash(pip install:*)",
"Bash(set ENVIRONMENT=development)",
"Bash(dir:*)",
"Bash(tasklist:*)",
"Bash(tree:*)",
"Bash(npm create:*)",
"Bash(npm init:*)",
"Bash(npm install)",
"Bash(npm run dev:*)",
"Bash(conda:*)",
"Bash(where conda)",
"Bash(findstr:*)"
],
"deny": [],
"ask": []
}
}