Skip to content

Commit cea6cd2

Browse files
committed
chore(gitignore): ignore generated test artifacts
- Add playwright-report* pattern for Playwright test output - Add tools/scripts/route-coverage-report.md for generated coverage reports
1 parent eb1b657 commit cea6cd2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ coverage-reports
1818

1919
# Test results and artifacts
2020
test-results
21+
playwright-report*
22+
playwright-report-shard-*/
2123

2224
# Editor directories and files
2325
.vscode/*
@@ -92,7 +94,6 @@ tools/dist/**/lib/
9294
graph.json
9395

9496
# Test cache data files (generated during test execution with unified hex encoding)
95-
9697
test-results.json
9798

9899
# Working files protection (Constitution Principle XIV - Working Files Hygiene)
@@ -104,6 +105,9 @@ test-results.json
104105
*.jpg
105106
*.jpeg
106107

108+
# Route coverage reports (generated during E2E test verification)
109+
tools/scripts/route-coverage-report.md
110+
107111
vite.config.*.timestamp*
108112
vitest.config.*.timestamp*
109113

0 commit comments

Comments
 (0)