From a9db6cab04bc48ca857a365d03cc109795915284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Wit?= Date: Sat, 23 Dec 2023 10:52:48 +0100 Subject: [PATCH] Add .gitattributes to reduce dist size https://php.watch/articles/composer-gitattributes --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..31493ff --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# https://php.watch/articles/composer-gitattributes + +# Exclude build/test files from archive +/.github export-ignore +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +Dockerfile export-ignore +docker-compose.yml export-ignore +phpunit.xml export-ignore