From e8a58cbdf5d863ad47bb30c49b34f254e92e34f2 Mon Sep 17 00:00:00 2001 From: Ayman El Amrani Date: Sat, 6 Sep 2025 11:01:14 +0100 Subject: [PATCH] add Cargo.lock to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4a6e33d8..d78cf24e 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