fix: removes Cargo.lock from .gitignore

fix: removes Cargo.lock from .gitignore
This commit is contained in:
itsscb 2024-08-28 20:35:06 +02:00 committed by GitHub
commit 6846986616
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2902 additions and 1 deletions

2
.gitignore vendored
View File

@ -7,7 +7,7 @@ frontend/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

2901
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff