From bfb80fb691291b82cdf02815601dc0f98307c247 Mon Sep 17 00:00:00 2001 From: Jordan Winters Date: Tue, 21 Jul 2026 11:43:58 -0500 Subject: [PATCH] chore: stop tracking Playwright output artifacts playwright-report/ and test-results/ are generated by test runs and were committed by accident; ignore them like the other build output. Co-Authored-By: Claude Fable 5 --- .gitignore | 4 ++ playwright-report/index.html | 85 ------------------------------------ test-results/.last-run.json | 4 -- 3 files changed, 4 insertions(+), 89 deletions(-) delete mode 100644 playwright-report/index.html delete mode 100644 test-results/.last-run.json diff --git a/.gitignore b/.gitignore index 6ffb0d1..40b635f 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,7 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# playwright output +/playwright-report/ +/test-results/ diff --git a/playwright-report/index.html b/playwright-report/index.html deleted file mode 100644 index 90913c3..0000000 --- a/playwright-report/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - Playwright Test Report - - - - -
- - - \ No newline at end of file diff --git a/test-results/.last-run.json b/test-results/.last-run.json deleted file mode 100644 index cbcc1fb..0000000 --- a/test-results/.last-run.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "passed", - "failedTests": [] -} \ No newline at end of file