remove Cargo.Lock from gitignore

This commit is contained in:
Luca 2026-09-12 00:17:06 +01:00
parent 0df3168a02
commit 9a65d1045a

4
.gitignore vendored
View file

@ -4,10 +4,6 @@
debug/ debug/
target/ 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
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk