Skip to content

Commit 61f839e

Browse files
committed
Add Playwright test directories to .gitignore
- Ignore test-results directory - Ignore playwright-report directory - Ignore playwright cache - Ignore test snapshots
1 parent 2875c55 commit 61f839e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
# testing
1010
/coverage
11+
/test-results/
12+
/playwright-report/
13+
/playwright/.cache/
14+
/tests/*-snapshots/
1115

1216
# next.js
1317
/.next/

0 commit comments

Comments
 (0)