Add sqlite aux files to gitignore.

This commit is contained in:
Sergio Benitez 2022-02-23 13:53:26 -08:00
parent a05b3e138c
commit 5593685455
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -12,6 +12,8 @@ target
# Generated databases
db.sqlite
db.sqlite-shm
db.sqlite-wal
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html