chore: update .gitignore to include database files for better file management
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -22,6 +22,10 @@ prisma/*.db-journal
|
|||||||
prisma/backups
|
prisma/backups
|
||||||
prisma/password.json
|
prisma/password.json
|
||||||
|
|
||||||
|
# Database files
|
||||||
|
*.db
|
||||||
|
*.db-journal
|
||||||
|
|
||||||
# Debug
|
# Debug
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
|
|||||||
Reference in New Issue
Block a user