jj/.gitattributes
Waleed Khan 4948f631d1 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`).
2022-04-25 22:58:15 -07:00

3 lines
96 B
Plaintext

Cargo.lock linguist-generated=true merge=binary
flake.lock linguist-generated=true merge=binary