From f9c3be311e68b7668d6ff98b5f4ef970772f87cc Mon Sep 17 00:00:00 2001 From: Alexander Lisachenko Date: Fri, 8 May 2026 21:29:35 +0300 Subject: [PATCH] chore: Add .gitattributes file to optimize distribution --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..693556ad --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.git* export-ignore +/demos export-ignore +/tests export-ignore +/phpunit.xml.dist export-ignore + +