chore: remove test artifacts and update .gitignore

This commit is contained in:
2026-03-29 20:17:01 -07:00
parent 803f936e2f
commit 5bd1f2359c
6 changed files with 8 additions and 79 deletions
+8
View File
@@ -13,6 +13,8 @@
# testing
/coverage
/playwright/.auth/
/test-results
/cookies.txt
# next.js
/.next/
@@ -42,3 +44,9 @@ yarn-error.log*
next-env.d.ts
/src/generated/prisma
# database
*.db
*.db-journal
prisma/dev.db*
prisma/prisma/dev.db*