From 94566936227661762ff4948a16dd5f328ecbfe5a Mon Sep 17 00:00:00 2001 From: Nadar Date: Wed, 4 Sep 2024 06:37:10 +0000 Subject: [PATCH] add export ignore to reduce size in vendor --- .gitattributes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0adda6d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +* text=auto +* eol=lf + +.git export-ignore +.github export-ignore +docker export-ignore +tests export-ignore +.gitingore export-ignore +.php-cs-fixer.php export-ignore +actions.phpunit.xml export-ignore +CHANGELOG.md export-ignore +docker-compose.yml export-ignore +output.php export-ignore +phpstan.neon export-ignore +rector.php export-ignore \ No newline at end of file