From 77d10d150ccd7d1e960d1efbde2e9e9e07f364fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Han=C3=9F?= Date: Wed, 19 Aug 2026 09:33:43 +0000 Subject: [PATCH] chore: gitignore Playwright E2E output dirs These are generated on every test run and were accidentally committed once already (removed in PR #167). Ignore tests/e2e/test-artifacts and tests/e2e/test-report so it can't happen again. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 976aeb2..d2a0dab 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ docker/caddy/ **/downloads/*.csv **/downloads/*.json .vscode + +# Playwright E2E output (generated on test runs, never commit) +tests/e2e/test-artifacts/ +tests/e2e/test-report/