123456789101112131415161718 |
- * text=auto
- *.blade.php diff=html
- *.css diff=css
- *.html diff=html
- *.md diff=markdown
- *.php diff=php
- /.github export-ignore
- /art export-ignore
- /tests export-ignore
- .editorconfig export-ignore
- .gitattributes export-ignore
- .gitignore export-ignore
- .styleci.yml export-ignore
- CHANGELOG.md export-ignore
- phpstan.neon.dist export-ignore
- phpunit.xml.dist export-ignore
|