snap_wish/.claude/settings.local.json
2025-10-09 17:10:38 +08:00

20 lines
438 B
JSON

{
"permissions": {
"allow": [
"Bash(flutter analyze:*)",
"Bash(flutter run:*)",
"Bash(tree:*)",
"Bash(flutter pub get:*)",
"Bash(sed:*)",
"Bash(flutter pub run build_runner build:*)",
"Bash(flutter test:*)",
"Bash(flutter build:*)",
"Bash(flutter clean:*)",
"Bash(dart analyze:*)",
"Bash(dart test:*)",
"Bash(grep:*)"
],
"deny": [],
"ask": []
}
}