From 8b25e439f88459fb056647dd9becf16d4bf85c89 Mon Sep 17 00:00:00 2001 From: Indra Gunawan Date: Mon, 27 Oct 2025 22:59:28 +0800 Subject: [PATCH] Adding .gitattributes to remove Tests directory from "dist" --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..cf9da5a2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/Resources/doc export-ignore +/Tests export-ignore +/phpunit.xml.dist export-ignore +/.git* export-ignore