From 354d8a7fbdcac4b4b89a0573026e67e11c725c61 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 24 May 2025 19:05:21 -0400 Subject: [PATCH] Remove Cargo.lock from .gitignore to allow version tracking of dependencies --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 801fffd..1492465 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # === Rust build artifacts === /target/ -/Cargo.lock # === IDE & Editor settings ===