From 4ff0f2170eef32a30c373b1d4c8126bff1b07d60 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Sat, 22 Jul 2017 03:09:54 -0400 Subject: [PATCH] Don't show diffs for package lock files [skip ci] --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6de5c647..41c00ba2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ * text=auto /mithril.js binary /mithril.min.js binary +/package-lock.json binary +/yarn.lock