Ignore Cargo.lock in Git
This is a library project and should not check in its `Cargo.lock`. Being in the `.gitignore` file helps achieve that. http://doc.crates.io/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
This commit is contained in:
@@ -8,4 +8,5 @@
|
||||
*.exe
|
||||
|
||||
# Generated by Cargo
|
||||
/Cargo.lock
|
||||
/target/
|
||||
|
||||
Reference in New Issue
Block a user