nick42d / youtui

TUI and API for YouTube Music written in Rust
MIT License
40 stars 4 forks source link

Add ytmapi-rs Cargo.lock to .gitignore #27

Closed nick42d closed 5 months ago

nick42d commented 5 months ago

It's recommended to not check in lockfile for libraries (https://github.com/rust-lang/cargo/issues/315), so we should add it to out .gitignore.

nick42d commented 5 months ago

Helps with future contributors - e.g #26