fix: add additional playwright folders to .gitignore

This commit is contained in:
QAComet 2024-04-21 17:17:47 -06:00
parent 7c14cf7bf1
commit 489ad14c3b

2
.gitignore vendored
View File

@ -42,8 +42,10 @@ prisma/dev.db
# tests # tests
/tests /tests
/test-results/ /test-results/
/blob-report/
/playwright-report/ /playwright-report/
/playwright/.cache/ /playwright/.cache/
/playwright/.auth/
# docker # docker
pgdata pgdata