From 894d1a7a958f6c85824981eb0738ef486c352ca5 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 28 May 2026 21:51:49 -0700 Subject: [PATCH] [eric] gitignore: ignore the repo-root test-results/ playwright drops when run from the root --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1d543a11..52c37dce 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ e2e/traces/ e2e/playwright-report/ e2e/test-results/ e2e/results.json +# Playwright also drops a test-results/ at the repo root when run from here. +test-results/ backend/data/** !backend/data/outputs/ !backend/data/outputs/*.json