diff --git a/.gitattributes b/.gitattributes index f4e497a..c427f6a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,9 @@ * text=auto -/.circleci/ export-ignore -/.github/ export-ignore /examples/ export-ignore /nginx/ export-ignore /php-fpm/ export-ignore /phpstan/ export-ignore /tests/ export-ignore -.gitattributes export-ignore -.gitignore export-ignore docker-compose.yml export-ignore -phpcs.xml.dist export-ignore -phpunit.xml.dist export-ignore +.* export-ignore +*.dist export-ignore