From 4baa732d05daa73f818e17bddbe289057e079f67 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Sun, 7 May 2023 13:57:08 -0400 Subject: [PATCH] Ignoring Cargo.lock --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..96ef6c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +Cargo.lock