From b1bd92adf42a08e511bf71097b59b2175a9660b7 Mon Sep 17 00:00:00 2001 From: SebastianKrupinski Date: Mon, 10 Aug 2026 17:05:10 -0400 Subject: [PATCH] chore: add package export ignore list Signed-off-by: SebastianKrupinski --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..81d61da --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/.github export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore +/.php-cs-fixer.dist.php export-ignore +/composer.lock export-ignore +/phpunit.xml export-ignore +/tests export-ignore