diff options
author | figsoda <figsoda@pm.me> | 2023-09-03 16:40:40 -0400 |
---|---|---|
committer | figsoda <figsoda@pm.me> | 2023-09-03 16:40:40 -0400 |
commit | 2e9751fef280c8705b3c890f08b7c4b80c1401b0 (patch) | |
tree | cfcd78ad9d7219611841f3b863b3174028007692 | |
parent | 4488915eec0b3a45b5c63ead28f286819c0917de (diff) | |
download | gitignore-2e9751fef280c8705b3c890f08b7c4b80c1401b0.tar.gz gitignore-2e9751fef280c8705b3c890f08b7c4b80c1401b0.zip |
Remove Cargo.lock from Rust
-rw-r--r-- | Rust.gitignore | 4 |
1 files changed, 0 insertions, 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 |