robertdfrench / git-pr

Pull requests without Git(Hub|Lab)
GNU General Public License v3.0
0 stars 1 forks source link

Remove Cargo.lock from gitignore #12

Closed robertdfrench closed 2 years ago

robertdfrench commented 2 years ago

The .gitignore generated by GitHub says:

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.