From f6245c53ddf2420f9797912a486754a9ef0e5e5d Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sat, 10 Nov 2012 12:14:20 -0700 Subject: [PATCH] Add .gitattributes --- .gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitattributes diff --git a/ .gitattributes b/ .gitattributes new file mode 100644 index 00000000..57a806c2 --- /dev/null +++ b/ .gitattributes @@ -0,0 +1,25 @@ +# https://help.github.com/articles/dealing-with-line-endings +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files we want to always be normalized and converted +# to native line endings on checkout. +*.txt text +*.md text +*.rb text +*.js text +*.html text +*.yml text +*.mustache text +*.css text +Rakefile text +Gemfile text +LICENSE text +COPYRIGHT text +gollum text +.gitattributes text +.gitignore text + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary