From c384dca01986dbc59481337d0148c7c9a770f227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Thu, 25 Sep 2025 21:06:00 +0200 Subject: [PATCH] Exclude non-essential fields from the archive --- .gitattributes | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index c6f19fd536..f1acdd5dba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,15 +2,11 @@ * text=auto eol=lf # Exclude non-essential files from dist -/.github export-ignore +/.* export-ignore +/*.dist export-ignore +/.neon export-ignore /docs export-ignore +/benchmark export-ignore +/phpbench.json export-ignore /tests export-ignore /tools export-ignore -/.doctrine-project.json export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.gitmodules export-ignore -/.scrutinizer.yml export-ignore -/phpcs.xml.dist export-ignore -/phpstan.neon.dist export-ignore -/phpunit.xml.dist export-ignore