Files
bDS2/.claude/settings.local.json
2026-05-11 09:10:08 +02:00

13 lines
215 B
JSON

{
"permissions": {
"allow": [
"Bash(mix compile *)",
"Bash(mix test *)",
"Bash(mix dialyzer *)",
"Bash(mix ecto.migrate)",
"Bash(git add *)",
"Bash(git push *)"
]
}
}