From dc508ff496366980340dba5217f50b4b8f2067a6 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 8 Dec 2025 10:14:22 +0100 Subject: [PATCH] CI: Shorten .prettierignore files Signed-off-by: Michael Mayer --- .prettierignore | 13 +++---------- frontend/.prettierignore | 13 +++---------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/.prettierignore b/.prettierignore index 373a78f9b..5f429644f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,16 +6,9 @@ build/ dist/ bin/ tests/upload-files/ +.tmp +.gocache +.var *.html *.md .* -.idea -.codex -.local -.config -.github -.tmp -.local -.cache -.gocache -.var diff --git a/frontend/.prettierignore b/frontend/.prettierignore index dce684fd7..bd7accde1 100644 --- a/frontend/.prettierignore +++ b/frontend/.prettierignore @@ -3,16 +3,9 @@ node_modules/ tests/screenshots/ tests/acceptance/screenshots/ tests/upload-files/ -*.html -*.md -.* -.idea -.codex -.local -.config -.github .tmp -.local -.cache .gocache .var +*.html +*.md +.* \ No newline at end of file