chore: Unignore Cargo.lock

As mentioned in https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
the Cargo.lock file should be checked in for binaries
pull/6/head
sgoudham 2 years ago
parent 1a3f4c88d9
commit 8e3596607a
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

4
.gitignore vendored

@ -6,7 +6,5 @@
# These are backupfiles generated by Rust
**/*.rs.bk
# Leave for libraries
/Cargo.lock
# Ignore intellij folder
.idea

Loading…
Cancel
Save