Merge pull request #1913 from MithrilJS/isiahmeadows-patch-1

Don't show diffs for package lock files
This commit is contained in:
Isiah Meadows 2017-07-22 16:39:01 -04:00 committed by GitHub
commit 6048168505

2
.gitattributes vendored
View file

@ -1,3 +1,5 @@
* text=auto
/mithril.js binary
/mithril.min.js binary
/package-lock.json binary
/yarn.lock binary