15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mix compile *)",
|
|
"Bash(mix test *)",
|
|
"Bash(mix dialyzer *)",
|
|
"Bash(mix ecto.migrate)",
|
|
"Bash(git add *)",
|
|
"Bash(git push *)",
|
|
"Bash(git -C /Users/gb/Projects/bDS2 status)",
|
|
"Bash(git status *)"
|
|
]
|
|
}
|
|
}
|