pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.97k stars 75 forks source link

Provide a Cargo.lock file #30

Closed orhun closed 3 years ago

orhun commented 3 years ago

You should commit the Cargo.lock file after building the project since it's a Rust binary. I suggest you to remove Cargo.lock line from .gitignore#L3

For more information, please see: https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries

clbarnes commented 3 years ago

This would help with future issues like #32 .