.gitattributes
# Autodetect text files
* text=auto
# ...Unless the name matches the following overriding patterns
# Sources
*.php text
*.css text
*.js text
*.txt text
*.md text
*.xml text
*.json text
*.bat text
*.sql text
*.xml text
*.yml text
# Images
*.png binary
*.jpg binary
*.gif binary
*.ttf binary
# Ignore all test and documentation for archive
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.codeclimate.yml export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/.styleci.yml export-ignore
/tests export-ignore
/docs export-ignore