From ff6b548797a0b214b597d6668652feec90254434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sun, 17 Dec 2023 20:55:35 +0100 Subject: [PATCH] Update .gitattributes Remove code generation commands from exports --- src/Symfony/Component/Intl/.gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Symfony/Component/Intl/.gitattributes b/src/Symfony/Component/Intl/.gitattributes index 76f27cd45836..cb66a0378932 100644 --- a/src/Symfony/Component/Intl/.gitattributes +++ b/src/Symfony/Component/Intl/.gitattributes @@ -1,5 +1,9 @@ +/Resources/bin/autoload.php export-ignore +/Resources/bin/common.php export-ignore +/Resources/bin/compile export-ignore +/Resources/bin/update-data.php export-ignore +/Resources/emoji export-ignore /Tests export-ignore /phpunit.xml.dist export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/Resources/emoji export-ignore