From a5ecb8d3c073408d2afbca2defe8091c10417c64 Mon Sep 17 00:00:00 2001 From: Aamir Sohail KmAs Date: Thu, 13 Feb 2025 18:29:21 +0500 Subject: [PATCH 1/2] Add a .gitattributes file to exclude the tests and ci files from the archive export used by composer. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e9f26bc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/.github export-ignore +/tests export-ignore +/phpunit.xml.dist export-ignore \ No newline at end of file From dc4db6210d9cbd2f97988ccfb017184052589991 Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Fri, 14 Feb 2025 10:47:25 +0000 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index e9f26bc..954847e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -/.github export-ignore -/tests export-ignore -/phpunit.xml.dist export-ignore \ No newline at end of file +/.github export-ignore +/phpunit.xml.dist export-ignore +/tests export-ignore