Add Playwright test artifacts to gitignore

This commit is contained in:
beatz174-bit
2025-11-23 13:43:23 +10:00
parent 76fcf50869
commit f74bc2d702
+3 -1
View File
@@ -2,4 +2,6 @@ node_modules
dist dist
.vite .vite
app/build/ app/build/
.gradle .gradle
test-results/
playwright-report/