From 4181174bcc17a298382e5ff66e33bfdcca8210c0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 24 Mar 2018 23:03:15 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8dcdc753a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ignore version on merge +version.json merge=ours