From 227e59fee21b07bf1f50d5a2915e5582145a33d9 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 29 Feb 2020 12:52:24 -0800 Subject: [PATCH] gitattributes: Disable binary handling of lock files. This makes it possible to see what packages change after npm operations. --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 65626280..c244f895 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,5 @@ * text=auto eol=lf -package-lock.json binary -app/package-lock.json binary *.gif binary *.jpg binary *.jpeg binary