diff --git a/.gitattributes b/.gitattributes index 38b409d..94adb48 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ /.gitattributes export-ignore /.gitignore export-ignore /.php-cs-fixer.dist.php export-ignore -/phpstan.neon.dist export-ignore +/phpstan.dist.neon export-ignore /phpstan-autoload.php export-ignore /phpunit.xml.dist export-ignore /phpunit-deprecation-baseline.json export-ignore diff --git a/phpstan.neon.dist b/phpstan.dist.neon similarity index 100% rename from phpstan.neon.dist rename to phpstan.dist.neon