From 2d439d31a0a22c3b0b3250cbae585c09271c2a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Ram=C3=ADrez?= Date: Tue, 24 Sep 2019 15:13:28 +0200 Subject: [PATCH] Create .gitattributes Treat csv as binary files, thus we avoid conflicts merging the results. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0ed48e3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.csv binary