From 3a875d4466899fc383f805c17234c3334a01a452 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 12 Feb 2026 18:27:54 -0500 Subject: [PATCH] Add more ignore rules (#11419) --- .dockerignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 919e53742a..33df1a6a11 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,3 @@ -__mocks__ .git .vscode .github @@ -8,11 +7,19 @@ __mocks__ .eslint* .oxlintrc* .log +*.md Makefile Procfile app.json crowdin.yml +lint-staged.config.mjs build docker-compose.yml node_modules .yarn +**/*.test.ts +**/*.test.tsx +**/*.test.js +**/*.test.jsx +**/__tests__ +**/__mocks__