/ .gitattributes
.gitattributes
1 * text=auto 2 3 *.blade.php diff=html 4 *.css diff=css 5 *.html diff=html 6 *.md diff=markdown 7 *.php diff=php 8 9 /.github export-ignore 10 CHANGELOG.md export-ignore 11 .styleci.yml export-ignore