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
This commit is contained in:
jdlrobson 2018-03-14 11:11:30 -07:00 committed by Jdlrobson
parent 9940b3719a
commit 77ab060997

1
.gitattributes vendored
View file

@ -1 +1,2 @@
resources/dist/** -diff -whitespace
package-lock.json -diff -whitespace