From 3a0f461a564e16eafc2c881b41f724788d2c281f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pionnier Date: Mon, 8 Oct 2018 11:08:30 +0200 Subject: [PATCH] build: hide package lock --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..1addbfe52 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +package-lock.json -diff -merge +package-lock.json linguist-generated=true