From ca5c3596dc7b841e7cd670e4732f09cfea7a1e59 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Thu, 15 Aug 2013 19:59:33 +0200 Subject: [PATCH] Added .gitattributes Signed-off-by: Jacob Kiers --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..890344d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Text files. +*.ini text +*.json text +*.md text +*.php text diff=php +*.phtml text diff=html +*.xml text + +# Binary files. +*.alaw binary +*.gif binary +*.phar binary +*.png binary +*.wav binary