From b25ea7f78f6ea32b778d460c3f1bf45a4bf0b857 Mon Sep 17 00:00:00 2001 From: Thelie Date: Fri, 23 Apr 2021 17:42:22 +0200 Subject: [PATCH] Cleaned up .gitignore Removed a redundant entry and made Cargo.lock tracked. --- .gitignore | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitignore b/.gitignore index d1bb021..5044766 100644 --- a/.gitignore +++ b/.gitignore @@ -4,15 +4,5 @@ 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 - - - -# Added by cargo - -/target