From 6d09ce7bc107601a6d9a96bf2f6764e75cd31715 Mon Sep 17 00:00:00 2001 From: Lucas Schumacher Date: Tue, 26 Sep 2023 19:41:36 -0400 Subject: [PATCH] Ignore Cargo.lock --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 73fab07..0648a17 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # will have compiled files and executables debug/ target/ +Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk