From 06d386554c8da3288208e22b1026896d88b88b32 Mon Sep 17 00:00:00 2001 From: Koen Van Daele Date: Wed, 9 Apr 2014 14:08:50 +0200 Subject: [PATCH] Adding a gitattributes file. --- .gitattributes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..375ed556 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,21 @@ +# Default behaviour +* text=auto + +# Files that should always be normalized and converted to native line +# endings on checkout. +*.js text +*.htm text +*.html text +*.styl text +*.json text +*.md text +*.svg text +*.txt text +*.py text +*.rst text + +# Files that are truly binary and should not be modified +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary