Initial Commit

This commit is contained in:
2026-02-12 23:41:57 -03:00
commit 624ca8a587
16599 changed files with 2062633 additions and 0 deletions

9
.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
# Avoid sending secrets or dev tooling into the build context
# config/ and plugins/ are included (no secrets; PHP configs read from ENV at runtime)
node_modules
.git
.prettierrc
.prettierignore
*.md
.env
.env.*