Closed robertdfrench closed 3 years ago
The .gitignore generated by GitHub says:
.gitignore
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
so we should do that.
The
.gitignore
generated by GitHub says:so we should do that.