From 72de9e36630feba4343f22e4ae09e696bbb9ce38 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Fri, 10 Apr 2020 10:41:45 +0800 Subject: Add Cargo.lock https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e4e93e9..6c22375 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,9 @@ # will have compiled files and executables /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 # ignore history used by rustyline history.txt -./.idea \ No newline at end of file +./.idea -- cgit v1.2.3