From 820950fdca08d1e400b6793331ca73c0f6169bd1 Mon Sep 17 00:00:00 2001 From: Einenlum Date: Fri, 12 Sep 2025 11:14:55 +0200 Subject: [PATCH] update gitattributes to remove unused files in packagist archive --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3612302 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/tests export-ignore +/.github export-ignore +/.gitignore export-ignore +/phpstan.neon* export-ignore +/phpunit.xml* export-ignore