snap_wish/.claude/settings.local.json

19 lines
416 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:*)"
],
"deny": [],
"ask": []
}
}