10 lines
212 B
Plaintext
10 lines
212 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)
|
|
node_modules
|
|
.git
|
|
.prettierrc
|
|
.prettierignore
|
|
*.md
|
|
.env
|
|
.env.*
|