Skip to content

Commit 2d46b90

Browse files
committed
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 #50629 (comment)
1 parent 2a3f536 commit 2d46b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
src/etc/installer/gfx/* binary
88
*.woff binary
99
src/vendor/** -text
10-
Cargo.lock -merge
10+
Cargo.lock -merge linguist-generated=false

0 commit comments

Comments
 (0)