*				binary
*.eot			binary
*.gif			binary
*.ico			binary
*.jpg			binary
*.otf			binary
*.png			binary
*.swf			binary
*.ttf			binary
*.woff			binary
*.woff2			binary

*.ai			eol=crlf -whitespace
*.bat			-binary text eol=crlf
*.conf			-binary text eol=lf
*.css			-binary text eol=lf -whitespace
*.html			-binary text eol=lf
*.ini			-binary text eol=lf
*.js			-binary text -whitespace
*.json			-binary text eol=lf
*.less			-binary text eol=lf
*.md			-binary text eol=lf conflict-marker-size=100
*.php			-binary text eol=lf
*.sh			-binary text eol=lf
*.sql			-binary text eol=lf
*.svg			-binary text eol=lf
*.tpl			-binary text eol=lf -whitespace
*.tsv			-binary text eol=lf -whitespace
*.txt			-binary text eol=lf conflict-marker-size=100
*.vcproj		-binary text eol=crlf
*.xml			-binary text eol=lf
*.yml			-binary text eol=lf
*.yml.dist		-binary text eol=lf

libs/*			-whitespace

Changelog		-binary text eol=lf
.gitignore		-binary text
.gitattributes	-binary text
.gitmodules		-binary text
composer.lock	-binary text

# Docker specific
.dockerignore	-binary text
docker			-binary text
Dockerfile		-binary text
.mytop			-binary text
