feat: remove Cargo.lock from .gitignore

Fixes https://github.com/aya-rs/aya-template/issues/112
pull/113/head
Zero King 9 months ago committed by GitHub
parent 79b73bf2ef
commit 1a3fbbf808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
.gitignore vendored

@ -5,9 +5,5 @@
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

Loading…
Cancel
Save