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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -36,6 +36,9 @@ couchdb-data/
|
|||||||
# Playwright artifacts
|
# Playwright artifacts
|
||||||
test-results/
|
test-results/
|
||||||
playwright-report/
|
playwright-report/
|
||||||
|
playwright-report-auth/
|
||||||
|
playwright-auth-results.xml
|
||||||
|
playwright-report-auth.json
|
||||||
playwright/.cache/
|
playwright/.cache/
|
||||||
|
|
||||||
# Test coverage reports
|
# Test coverage reports
|
||||||
|
|||||||
Reference in New Issue
Block a user