.gitattributes
# Autodetect text files
* text=auto
# ...Unless the name matches the following overriding patterns
# Definitively text files
# Enforce Unix newlines
*.php text eol=lf
*.css text eol=lf
*.html text eol=lf
*.js text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.xml text eol=lf
*.json text eol=lf
*.bat text eol=lf
*.sql text eol=lf
*.xml text eol=lf
*.yml text eol=lf
*.less text eol=lf
*.svg text eol=lf
# Ensure those won't be messed up with
*.png binary
*.jpg binary
*.gif binary
*.ttf binary