More ignores
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
# Avoid sending secrets or dev tooling into the build context
|
# Avoid sending secrets or dev tooling into the build context
|
||||||
# config/ and plugins/ are included (no secrets; PHP configs read from ENV at runtime)
|
# config/ and plugins/ are included (no secrets; PHP configs read from ENV at runtime)
|
||||||
node_modules
|
node_modules
|
||||||
|
scripts
|
||||||
.git
|
.git
|
||||||
.prettierrc
|
.prettierrc
|
||||||
.prettierignore
|
.prettierignore
|
||||||
*.md
|
*.md
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
|
stylelint.config.js
|
||||||
|
eslint.config.js
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
|
||||||
|
dist
|
||||||
Reference in New Issue
Block a user