chore: remove test artifacts and update .gitignore
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user