From 2d55805471f5a5e73e46cfa1996e11d38c149fbb Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 13 Sep 2026 01:23:45 +0200 Subject: [PATCH] chore: keep playwright's output out of the repository Reports, traces and the last-run marker are per-run artefacts; CI keeps them for a fortnight as an upload, which is where they belong. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01TqXevQJhxFrM7jJg82cgZN --- e2e/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 e2e/.gitignore diff --git a/e2e/.gitignore b/e2e/.gitignore new file mode 100644 index 0000000..4034fbf --- /dev/null +++ b/e2e/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +playwright-report/ +test-results/ +results/