Allow git to merge Cargo.lock
This commit backs out #46539 in order to fully leverage #63579 where `git` should be able to merge `Cargo.lock` nowadays with only minimal conflicts.
This commit is contained in:
parent
f86521e0a3
commit
815ce8cb1d
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -8,7 +8,7 @@
|
||||
src/etc/installer/gfx/* binary
|
||||
*.woff binary
|
||||
src/vendor/** -text
|
||||
Cargo.lock -merge linguist-generated=false
|
||||
Cargo.lock linguist-generated=false
|
||||
|
||||
# Older git versions try to fix line endings on images, this prevents it.
|
||||
*.png binary
|
||||
|
Loading…
Reference in New Issue
Block a user