mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-21 20:23:11 +00:00
6515097434
When kept up to date, this makes it possible to build any git version with the same versions of crates that were used for any version, without it, you can only use the current versions. This makes bugs in semver compatible code difficult to detect. The Cargo.lock file is not used by downstream consumers of the crate, so it is safe to include it in the repository (and recommended by the Rust docs). See: - https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control - https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html - https://github.com/rust-lang/cargo/issues/8728 Co-authored-by: Orhun Parmaksız <orhun@archlinux.org>
5 lines
46 B
Text
5 lines
46 B
Text
target
|
|
*.log
|
|
*.rs.rustfmt
|
|
.gdb_history
|
|
.idea/
|