From 5d8977570d35dc3689dc0620afe1eccb10018f18 Mon Sep 17 00:00:00 2001 From: Matt Glaman Date: Tue, 10 Dec 2024 09:39:16 -0600 Subject: [PATCH 1/2] Create .gitattributes Reduces files downloaded with each release --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c5d0b20 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/.github export-ignore +/tests export-ignore +/.styleci.yml export-ignore From 10d0cccf477320ec2783811b39342ace275a1247 Mon Sep 17 00:00:00 2001 From: Matt Glaman Date: Tue, 10 Dec 2024 09:40:31 -0600 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c5d0b20..920369b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ /.github export-ignore /tests export-ignore /.styleci.yml export-ignore +/phpunit.xml.dist export-ignore