From fd9f5ded284d47e08a5cf59010e441bd199ad9f6 Mon Sep 17 00:00:00 2001 From: mace Date: Fri, 19 May 2023 14:07:58 +0200 Subject: [PATCH] changed gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9231daa..3dbc7a3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,8 @@ # will have compiled files and executables debug/ target/ - +# Generated files +/target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock