chore: ignore playwright results and reports

This commit is contained in:
Marc Klose 2026-04-06 02:09:35 +03:00
parent 43b8ba2059
commit 0d4812204f

2
.gitignore vendored
View file

@ -12,6 +12,8 @@
# testing # testing
/coverage /coverage
/playwright-report/
/test-results/
# next.js # next.js
/.next/ /.next/