From e457a5597615ba844a97a000702dd47cdba190ce Mon Sep 17 00:00:00 2001 From: Khionu Sybiern Date: Thu, 28 Mar 2024 15:20:00 -0700 Subject: [PATCH] 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 --- Rust.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Rust.gitignore b/Rust.gitignore index 6985cf1b..73fab072 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -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