10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
# 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.*
|