Initial commit

This commit is contained in:
2026-02-12 17:31:08 -03:00
commit a92e2f7024
10 changed files with 637 additions and 0 deletions

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
# Avoid sending secrets or dev tooling into the build context
# conf/config.local.php is included (no secrets; reads from ENV)
node_modules
.git
.prettierrc
.prettierignore
*.md
.env
.env.*