gitattributes: Mark yarn.lock as "binary", i.e. suppress diffs.

This makes many diffs that touch our JS dependencies in package.json
much, much more readable by suppressing multi-thousand-line changes.
With that kind of change routine, it's clear this isn't a file people
are closely reviewing the text diffs in anyway.
This commit is contained in:
Greg Price 2018-02-01 13:37:19 -08:00
parent e3c82fa3ec
commit a717ac6d85
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -10,3 +10,4 @@
*.png binary
*.otf binary
*.tif binary
yarn.lock binary