diff --git a/.gitattributes b/.gitattributes index 2d097474..37ada446 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,12 @@ /.gitattributes export-ignore +/.github export-ignore /.gitignore export-ignore /.travis.yml.old export-ignore /CONTRIBUTING.md export-ignore +/docker-compose.yml export-ignore +/generator export-ignore +/performance export-ignore /phpcs.xml.dist export-ignore /phpstan.neon export-ignore -/performance export-ignore -/generator export-ignore -/.github export-ignore \ No newline at end of file +/phpunit.xml.dist export-ignore +/tests export-ignore