yewstack / yew-trunk-minimal-template

Template for starting a Yew project using Trunk
Apache License 2.0
88 stars 33 forks source link

.gitignore: remove Cargo.lock entry #7

Closed bk138 closed 2 years ago

bk138 commented 2 years ago

This repo is a template for building apps (or to phrase it another way: products that are at the end of the dependency chain - as opposed to libs). https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html states that for products that are at the end of the dependency chain, Cargo.lock should be checked into version control.