From 9df1307974f59e6fbb29c5cf6f9b9dbb25c55692 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 15 May 2025 15:01:35 +0200 Subject: [PATCH] Exclude non-essential / superfluous files from export --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2f843b6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/.github export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.dist.php export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore