From ce3f65dfe935b147ed67658ac5b5b01c2e7fe18c Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Mon, 26 Jan 2026 02:18:20 -0500 Subject: [PATCH] chore: ignore playwright test results --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3b462cb..400d5bb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ Thumbs.db # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-* +test-results/ -- 2.52.0