From c3c8bc02e29dfd928663799ced4b6cc12269f1b1 Mon Sep 17 00:00:00 2001 From: Pieter Oliver Date: Fri, 10 Jan 2025 11:38:27 +0000 Subject: [PATCH] Add and sort gitattributes to decrease size of installed package --- .gitattributes | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index e06f82ee..031e7ed3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,11 @@ -yarn.lock export-ignore -docker-compose.yml export-ignore -Makefile export-ignore +/.github export-ignore +/schemas export-ignore +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.php_cs.dist export-ignore +docker-compose.yml export-ignore +Makefile export-ignore +phpunit.xml.dist export-ignore +phpunit11.xml.dist export-ignore +yarn.lock export-ignore