chore: allowed git add and ecto migrate

This commit is contained in:
2026-05-10 12:37:24 +02:00
parent 7c00279b9d
commit d231f42363

View File

@@ -4,7 +4,8 @@
"Bash(mix compile *)",
"Bash(mix test *)",
"Bash(mix dialyzer *)",
"Bash(mix ecto.migrate)"
"Bash(mix ecto.migrate)",
"Bash(git add *)"
]
}
}