From e7c38422a8634ad389d89def5146211a5f61d546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Wed, 21 Oct 2020 02:34:45 +0200 Subject: don't ignore Cargo.lock --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0f23c2e..8a92aef 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,4 @@ # 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 - # End of https://www.toptal.com/developers/gitignore/api/rust -- cgit v1.2.1