mirror of https://github.com/rwf2/Rocket.git
Add '.cargo/' to gitignore.
This commit is contained in:
parent
93e88b019b
commit
21a396c10d
|
@ -14,9 +14,12 @@ target
|
|||
db.sqlite
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue