chore: Update .gitignore to exclude database files

Exclude database files with the extensions "-shm" and "-wal" from version control in the .gitignore file.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-22 15:37:43 -03:00
commit 38ab89dc4c

4
.gitignore vendored
View file

@ -270,5 +270,5 @@ src/frontend/playwright-report/index.html
prof/*
src/frontend/temp
*.db-shm
*.db-wal
*-shm
*-wal