16 lines
329 B
JSON
16 lines
329 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 *)",
|
|
"Bash(mix assets.deploy)"
|
|
]
|
|
}
|
|
}
|