From caccb18cb3f0a9c027b3d9ca9ec1eeaa2306772f Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 25 May 2025 17:02:32 +0200 Subject: [PATCH 1/2] chore: add gitattributes --- .gitattributes | 7 +++++++ phpunit.xml => phpunit.xml.dist | 0 2 files changed, 7 insertions(+) create mode 100644 .gitattributes rename phpunit.xml => phpunit.xml.dist (100%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..68f42f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/.github 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 +/.git* export-ignore diff --git a/phpunit.xml b/phpunit.xml.dist similarity index 100% rename from phpunit.xml rename to phpunit.xml.dist From f383531e75f7d57897ca5fe373e500b458996ab5 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 25 May 2025 17:04:32 +0200 Subject: [PATCH 2/2] chore: minor --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 68f42f5..8d326bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ -/.github export-ignore +/.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 -/.git* export-ignore