mirror of https://github.com/rwf2/Rocket.git
Add sqlite aux files to gitignore.
This commit is contained in:
parent
a05b3e138c
commit
5593685455
|
@ -12,6 +12,8 @@ target
|
||||||
|
|
||||||
# Generated databases
|
# Generated databases
|
||||||
db.sqlite
|
db.sqlite
|
||||||
|
db.sqlite-shm
|
||||||
|
db.sqlite-wal
|
||||||
|
|
||||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
# 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
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||||
|
|
Loading…
Reference in New Issue