From a87425f632a9a7ed36cb08b030447b36a0ef5d67 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:23:50 +0200 Subject: [PATCH] Update .gitignore: Add Cargo.lock --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 36c1411..2dafd3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ /target crates/*/target +# For libraries ignore Cargo.lock +crates/*/Cargo.lock db.json config.toml