mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
build: mark Cargo.lock
as binary
for merging
Otherwise, Git tries to resolve the conflict textually and introduces conflict markers, which make `cargo` unable to process the file (and therefore unable to resolve the conflicts automatically, such as with `cargo update`).
This commit is contained in:
parent
8744015f33
commit
4948f631d1
1 changed files with 2 additions and 1 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -1 +1,2 @@
|
|||
flake.lock linguist-generated=true
|
||||
Cargo.lock linguist-generated=true merge=binary
|
||||
flake.lock linguist-generated=true merge=binary
|
||||
|
|
Loading…
Reference in a new issue