From 9a84e9003a50501dc3e940513957d64c83ae691e Mon Sep 17 00:00:00 2001 From: mifi Date: Fri, 13 Feb 2026 15:58:11 -0300 Subject: [PATCH] More ignores --- .dockerignore | 3 +++ .prettierignore | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.dockerignore b/.dockerignore index 20b13a7..fdd8909 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,9 +1,12 @@ # 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 +scripts .git .prettierrc .prettierignore *.md .env .env.* +stylelint.config.js +eslint.config.js \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index ee89780..dd2df0c 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,4 @@ node_modules pnpm-lock.yaml + +dist \ No newline at end of file