From 1225463885da2706dc778133bac681c2a777ea48 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sun, 24 May 2026 00:03:53 -0700 Subject: [PATCH] chore(web): gitignore test-results/ (follow-up to 47ee228) The companion commit 47ee228 untracked the .last-run.json file but the .gitignore line was not actually committed (same staging hiccup hit in the parallel chronomind/mindlyst/fastgap cleanup commits). Landing 'test-results/' alongside the existing 'playwright-report/' entry here. --- web/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/web/.gitignore b/web/.gitignore index 1796278..feb3743 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -5,3 +5,4 @@ coverage .env.local .env playwright-report/ +test-results/