GitHub: Stop treating Cargo.lock as a generated file.
We do want to inspect the changes to Cargo.lock, hiding the diff by default would miss important details like https://github.com/rust-lang/rust/pull/50629#discussion_r187556602
This commit is contained in:
parent
2a3f5367a2
commit
2d46b9032a
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -7,4 +7,4 @@
|
||||
src/etc/installer/gfx/* binary
|
||||
*.woff binary
|
||||
src/vendor/** -text
|
||||
Cargo.lock -merge
|
||||
Cargo.lock -merge linguist-generated=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user