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

26 lines
554 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(python:*)",
"Bash(curl:*)",
"Bash(git init:*)",
"Bash(git remote:*)",
2025-09-28 08:40:27 +08:00
"Bash(git add:*)",
"Bash(git push:*)",
"Bash(pip install:*)",
"Bash(set ENVIRONMENT=development)",
2025-09-28 09:12:13 +08:00
"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": []
}
}