From 77ab06099772e76cbe14410dca417c447ea4a896 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Wed, 14 Mar 2018 11:11:30 -0700 Subject: [PATCH] Hide package lock file from git diff This helps with readability. Given its auto-generated it shouldn't be necessary to scrutinise it during code review. Change-Id: I0ae3bfef4f5fac399dd094398850ea7d73906045 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index fd5634c8e..4a2e3ab57 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ resources/dist/** -diff -whitespace +package-lock.json -diff -whitespace