From 2843a3e0e28c8b1494aa84760f475b9278566144 Mon Sep 17 00:00:00 2001 From: grimsace Date: Fri, 6 Mar 2026 13:21:44 -0600 Subject: [PATCH] added binary folder to gitignore for rlease executables --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 620f8f6..07f4193 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # will have compiled files and executables debug/ target/ +binaries/ # 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