From c9052285bbd6b2d39b812dc5e47d916775f55881 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 8 Nov 2021 01:32:39 +0100 Subject: [PATCH] ignoring Cargo.lock now --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f2e972d..fd634d0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,8 @@ # will have compiled files and executables /target/ +# https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html +Cargo.lock + # These are backup files generated by rustfmt **/*.rs.bk