Update gitignore to include new sqlite filetypes.

This commit is contained in:
Drew Galbraith 2024-07-06 00:06:56 -07:00
parent d87c2e8922
commit 92ab547b0b
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,6 +2,8 @@ target/
.env
*.db
*.db-shm
*.db-wal
frontend/build
frontend/elm-stuff