From be0e92a838cc6d4ae2bdee5704c2aa315017417a Mon Sep 17 00:00:00 2001 From: Pieter Oliver Date: Mon, 9 Jun 2025 19:40:51 +0100 Subject: [PATCH] Add gitattributes to reduce installed size of the project --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8b31f69 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +/.github export-ignore +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.php_cs.dist export-ignore +docker-compose.yml export-ignore +Makefile export-ignore +package.json export-ignore +phpunit.xml.dist export-ignore +yarn.lock export-ignore \ No newline at end of file