From b17c9aee6b89dc312526e126e1bd18add7e74dc0 Mon Sep 17 00:00:00 2001 From: Vladimir Plakhotnikov Date: Tue, 20 May 2025 15:41:40 +0700 Subject: [PATCH 1/4] Optimize .gitattributes for smaller dist Signed-off-by: Vladimir Plakhotnikov --- .gitattributes | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 94098c0..4a6b464 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,9 @@ -/.github export-ignore -/tests export-ignore -/example export-ignore -/generated export-ignore +.github export-ignore +tests export-ignore .editorconfig export-ignore .gitattributes export-ignore .gitignore export-ignore -.travis.yml export-ignore +.styleci.yml export-ignore +codecov.yml export-ignore phpunit.xml export-ignore -monorepo-builder.php export-ignore +psalm.xml export-ignore From 2130d282c6b8fe3a9c03c17612cd23d382bb3613 Mon Sep 17 00:00:00 2001 From: Vladimir Plakhotnikov Date: Tue, 20 May 2025 16:05:53 +0700 Subject: [PATCH 2/4] Optimize .gitattributes for smaller dist Signed-off-by: Vladimir Plakhotnikov --- .gitattributes | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4a6b464..335409f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,7 @@ -.github export-ignore -tests export-ignore -.editorconfig export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.styleci.yml export-ignore -codecov.yml export-ignore -phpunit.xml export-ignore -psalm.xml export-ignore +* text=auto + +/.* export-ignore +/.github/ export-ignore +/tests/ export-ignore +/*.yml export-ignore +/*.xml export-ignore From 9fe3d18bc77db08aa2fcaffb4d4613f1b93b2aa0 Mon Sep 17 00:00:00 2001 From: Vladimir Plakhotnikov Date: Tue, 20 May 2025 16:24:21 +0700 Subject: [PATCH 3/4] Optimize .gitattributes for smaller dist Signed-off-by: Vladimir Plakhotnikov --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 335409f..8457b0b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ * text=auto /.* export-ignore -/.github/ export-ignore /tests/ export-ignore /*.yml export-ignore /*.xml export-ignore +/*.dist.xml export-ignore From 097391705f9272cd33422dfaffed9a5b709f8470 Mon Sep 17 00:00:00 2001 From: Vladimir Plakhotnikov Date: Tue, 20 May 2025 18:13:37 +0700 Subject: [PATCH 4/4] Optimize .gitattributes for smaller dist Signed-off-by: Vladimir Plakhotnikov --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8457b0b..1c668cb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ * text=auto -/.* export-ignore -/tests/ export-ignore -/*.yml export-ignore -/*.xml export-ignore -/*.dist.xml export-ignore +/.* export-ignore +/tests/ export-ignore +/*.yml export-ignore +/*.xml export-ignore +/*.xml.dist export-ignore