From 6a66c9212556e30275580143bcbee80825058207 Mon Sep 17 00:00:00 2001 From: Daniel Billing Date: Thu, 14 Jun 2018 09:12:49 +0200 Subject: [PATCH] Let's track dat-files as text --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..29d52a594 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# This will make it easier to track .dat files, since they where treated as binary. So lets track them as text. +*.dat text