mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This reverts commit a717ac6d85
.
.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 <anders@zulipchat.com>
14 lines
181 B
Plaintext
14 lines
181 B
Plaintext
* text=auto eol=lf
|
|
*.gif binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.eot binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.svg binary
|
|
*.ttf binary
|
|
*.png binary
|
|
*.otf binary
|
|
*.tif binary
|
|
*.ogg binary
|