Remove Cargo.lock from .gitignore to allow version tracking of dependencies

This commit is contained in:
thePR0M3TH3AN
2025-05-24 19:05:21 -04:00
parent f7d9758014
commit 354d8a7fbd

1
.gitignore vendored
View File

@@ -1,7 +1,6 @@
# === Rust build artifacts ===
/target/
/Cargo.lock
# === IDE & Editor settings ===