Remove lock from rust gitignore

As per updated guidelines, the lockfile should be committed by default.

https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control
This commit is contained in:
Khionu Sybiern 2024-03-28 15:20:00 -07:00 committed by GitHub
parent 4488915eec
commit e457a55976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@
debug/
target/
# 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
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk