diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8d326bc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.git* export-ignore +/tests export-ignore +/.php-cs-fixer.dist.php export-ignore +/phpstan.dist.neon export-ignore +/phpunit.xml.dist export-ignore +/rector.php export-ignore diff --git a/phpunit.xml b/phpunit.xml.dist similarity index 100% rename from phpunit.xml rename to phpunit.xml.dist