Skip to content

Commit 7f302b2

Browse files
authored
chore: add playwright report to gitignore and prettierignore (#4434) (#4445)
1 parent 0aadb2f commit 7f302b2

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ node_modules
88
# testing
99
/coverage
1010
/test-results/*
11+
/playwright-report
1112

1213
# next.js
1314
/.next/

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ README.md
77

88
# testing
99
coverage
10+
/playwright-report
1011

1112
# next.js
1213
.next

playwright-report/.gitkeep

-1
This file was deleted.

0 commit comments

Comments
 (0)