1234567891011121314151617181920 |
- * text=auto
- *.blade.php diff=html
- *.css diff=css
- *.html diff=html
- *.md diff=markdown
- *.php diff=php
- /.github export-ignore
- /bin export-ignore
- /tests export-ignore
- .editorconfig export-ignore
- .gitattributes export-ignore
- .gitignore export-ignore
- .styleci.yml export-ignore
- CHANGELOG-* export-ignore
- CODE_OF_CONDUCT.md export-ignore
- CONTRIBUTING.md export-ignore
- docker-compose.yml export-ignore
- phpunit.xml.dist export-ignore
|