20 lines
438 B
JSON
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": []
|
|
}
|
|
} |