From 1c70542078e170bbf0b51b6e972d1582934e9d16 Mon Sep 17 00:00:00 2001
From: Perreal Guillaume <guillaume.perreal@irstea.fr>
Date: Tue, 20 Aug 2019 11:17:39 +0200
Subject: [PATCH] =?UTF-8?q?D=C3=A9clare=20les=20fichiers=20.lock=20comme?=
 =?UTF-8?q?=20binaires=20pour=20ne=20pas=20tenter=20de=20les=20fusionner.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitattributes | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..d76203a
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+/composer.lock     binary
+/package-lock.json binary
-- 
GitLab