From 20ca80fce26a3aca660ab4aac0d872ed48b9b65b Mon Sep 17 00:00:00 2001 From: Perreal Guillaume <guillaume.perreal@irstea.fr> Date: Wed, 9 Oct 2019 15:24:10 +0200 Subject: [PATCH] Treat package-lock.json as binary. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..522efb6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/package-lock.json binary -- GitLab