From cd71110514631dddf221f7ac25c69fdefc1ce4a0 Mon Sep 17 00:00:00 2001 From: nitrix Date: Fri, 6 Mar 2026 22:34:07 +0100 Subject: [PATCH] Add test-results/ to gitignore Playwright test artifacts should not be tracked. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 64996ef..27110e2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ Thumbs.db .agent-tests/ .ralph/*/iteration-*.jsonl +# Test results (Playwright artifacts) +test-results/ + # Java/Maven *.class *.jar