From 9a3bf2084ef4c0716346f0b7794df0efce0b6035 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Mon, 8 Sep 2025 09:46:35 -0700 Subject: [PATCH] chore: add auth-specific Playwright artifacts to gitignore - Add playwright-report-auth/ directory to ignored files - Add playwright-auth-results.xml to ignored files - Add playwright-report-auth.json to ignored files - Prevent test artifacts from being committed to repository --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a242bc0..b108404 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,9 @@ couchdb-data/ # Playwright artifacts test-results/ playwright-report/ +playwright-report-auth/ +playwright-auth-results.xml +playwright-report-auth.json playwright/.cache/ # Test coverage reports