Skip to content

Commit babb70f

Browse files
wesmclaude
andcommitted
fix: add root test-results/ to gitignore
Playwright outputs test-results/ at the repo root when run from there. frontend/test-results/ was already ignored but the root directory was not. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 03715e9 commit babb70f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
node_modules/
99
frontend/dist/
1010
frontend/test-results/
11+
test-results/
1112
frontend/playwright-report/
1213

1314
# Embedded frontend build output

0 commit comments

Comments
 (0)