Skip to content

Commit f146a2a

Browse files
committed
Revert "gitattributes: Mark yarn.lock as "binary", i.e. suppress diffs."
This reverts commit a717ac6. .gitattributes affects the behavior of many Git operations like rebase and merge and mergetool, not just the output of show and diff. Treating yarn.lock as binary was making it too hard to deal with yarn.lock diffs when we actually needed them. Also, the GitHub website ignores this setting and suppresses large parts of diffs regardless. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 2f43284 commit f146a2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
*.otf binary
1212
*.tif binary
1313
*.ogg binary
14-
yarn.lock binary

0 commit comments

Comments
 (0)