Files
mail-landing/.dockerignore
2026-02-13 18:09:10 -03:00

16 lines
302 B
Plaintext

# Avoid sending secrets or dev tooling into the build context
# config/ and plugins/ are included (no secrets; PHP configs read from ENV at runtime)
.devcontainer
.pnpm-store
.vscode
.woodpecker
node_modules
scripts
.git
.prettierrc
.prettierignore
*.md
.env
.env.*
stylelint.config.js
eslint.config.js