Add '.cargo/' to gitignore.

This commit is contained in:
Sergio Benitez 2021-03-04 21:52:42 -08:00
parent 67fef233a0
commit 647a94ceca
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -17,6 +17,9 @@ db.sqlite
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo config directory
.cargo/
# The upload script, for now.
scripts/upload-docs.sh
scripts/redirect.html