# Auto-detect text files, ensure they use LF.
* text=auto eol=lf

# ...Unless the name matches the following overriding patterns

# Definitively text files
*.php  text eol=lf diff=php
*.css  text
*.js   text
*.txt  text
*.md   text
*.xml  text
*.json text
*.bat  text
*.sql  text
*.yml  text

*.png  binary
*.jpg  binary
*.gif  binary
*.ttf  binary

/.github/          export-ignore
/patch/            export-ignore

