# https://help.github.com/articles/dealing-with-line-endings # # For Mac & Linux # git config --global core.autocrlf input # # For windows # git config --global core.autocrlf true # # 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 # Make github-linguist ignore files that aren't our own lib/gollum/public/gollum/* linguist-vendored lib/gollum/public/gollum/javascript/gollum* linguist-vendored=false lib/gollum/public/gollum/javascript/*/gollum* linguist-vendored=false lib/gollum/public/gollum/css linguist-vendored=false