initial commit

This commit is contained in:
rodolfomartinez 2026-01-30 22:33:40 -05:00
parent d066133bd4
commit e6f71e3706
55 changed files with 11928 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(for po in *.po)",
"Bash(do mo=\"$po%.po.mo\")",
"Bash(msgfmt:*)",
"Bash(echo:*)",
"Bash(done)",
"Bash(ls:*)",
"Bash(xargs:*)",
"Bash(chmod:*)",
"Bash(composer install:*)",
"Bash(php:*)",
"Bash(docker --version:*)",
"Bash(brew list:*)"
]
}
}