Allow Cargo Lock

Modified .gitignore to allow Cargo.lock as per the recommendations
in the documentation located at:
https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
This commit is contained in:
2024-12-15 15:38:54 -05:00
parent af08be3a3e
commit b8d3300cec
2 changed files with 1542 additions and 1 deletions

2
.gitignore vendored
View File

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

1541
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff