From 10511917a573c97f7bf3fd3f9ac719aa0aaec235 Mon Sep 17 00:00:00 2001 From: Oscar Hong Date: Sun, 30 Aug 2026 04:01:52 -0700 Subject: [PATCH] chore: untrack the leftover Playwright last-run artifact #149 added `test-results` to .gitignore and untracked the committed `.auth` state and perf output, but apps/web/test-results/.last-run.json stayed in the index. Git does not apply ignore rules to tracked paths, so every local `bun run test:e2e` rewrites it and leaves the tree dirty. Co-Authored-By: Claude Opus 5 --- apps/web/test-results/.last-run.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 apps/web/test-results/.last-run.json diff --git a/apps/web/test-results/.last-run.json b/apps/web/test-results/.last-run.json deleted file mode 100644 index cbcc1fba..00000000 --- a/apps/web/test-results/.last-run.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "passed", - "failedTests": [] -} \ No newline at end of file