12345678910111213141516171819202122 |
- /.* export-ignore
- /benchmark.sh export-ignore
- /box.json.dist export-ignore
- /dev-tools/ export-ignore
- /doc/ export-ignore
- /docker/ export-ignore
- /docker-compose.yaml export-ignore
- /docker-compose.override.yaml.dist export-ignore
- /Dockerfile export-ignore
- /phpmd.xml export-ignore
- /phpstan.dist.neon export-ignore
- /phpunit.xml.dist export-ignore
- /tests/ export-ignore
- * text=auto eol=lf
- *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
- *.md text whitespace=blank-at-eol,blank-at-eof
- *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
- *.rst text whitespace=blank-at-eol,blank-at-eof
- *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
- *.png binary eol=unset
- /tests/Fixtures/**/* -text -filter
|