Files
FocusBuddy/.claude/settings.local.json
2025-11-22 18:30:20 +08:00

19 lines
434 B
JSON

{
"permissions": {
"allow": [
"Bash(flutter --version:*)",
"Bash(flutter create:*)",
"Bash(flutter pub get:*)",
"Bash(flutter pub run build_runner build:*)",
"Bash(flutter devices:*)",
"Bash(flutter run:*)",
"Bash(timeout:*)",
"Bash(nul)",
"Bash(start \"\" \"f:\\cursor-auto\\focusBuddy\\icon-preview.html\")",
"Bash(dir:*)"
],
"deny": [],
"ask": []
}
}