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
This commit is contained in:
William Valentin
2025-09-08 09:46:35 -07:00
parent 0ad797aeb1
commit 9a3bf2084e

3
.gitignore vendored
View File

@@ -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