From a2288a80c53aba9d8a361e5bfe171a1e3edd6e8d Mon Sep 17 00:00:00 2001 From: Perreal Guillaume <guillaume.perreal@irstea.fr> Date: Tue, 20 Aug 2019 11:10:18 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9clare=20composer.lock=20binaire=20pour?= =?UTF-8?q?=20ne=20pas=20le=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..a4144a0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Déclare composer.lock binaire pour ne pas le fusionner +/composer.lock binary -- GitLab