Update gitignore to include new sqlite filetypes.
This commit is contained in:
parent
d87c2e8922
commit
92ab547b0b
|
@ -2,6 +2,8 @@ target/
|
|||
|
||||
.env
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
frontend/build
|
||||
frontend/elm-stuff
|
||||
|
|
Loading…
Reference in New Issue