chore: remove Cargo.lock from .gitignore (#113)

Fixes #112
main
Zero King 2 months ago committed by GitHub
parent 79b73bf2ef
commit 0afbca858c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
.gitignore vendored

@ -5,9 +5,5 @@
debug/
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
**/*.rs.bk

Loading…
Cancel
Save