Skip to content

Commit 06eb632

Browse files
committed
chore: gitignore playwright test-results and playwright-report dirs
1 parent 8d6032a commit 06eb632

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ website/docs/packages/backend/api-reference-generated/
9898
.claude/
9999
!.claude/hooks/
100100
!.claude/settings.json
101+
# Playwright
102+
test-results/
103+
playwright-report/
104+
**/test-results/
105+
**/playwright-report/
106+
101107
*storybook.log
102108
.worktrees/
103109
docs/superpowers/

0 commit comments

Comments
 (0)