From ff327e41633de7b6dddfc8904c9a0e40181e5ed0 Mon Sep 17 00:00:00 2001 From: jmsche Date: Tue, 2 Dec 2025 14:42:51 +0100 Subject: [PATCH] Add .gitignore & .gitattributes to all .gitattributes --- .gitattributes | 4 +--- extra/cache-extra/.gitattributes | 1 + extra/cssinliner-extra/.gitattributes | 1 + extra/html-extra/.gitattributes | 1 + extra/inky-extra/.gitattributes | 1 + extra/intl-extra/.gitattributes | 1 + extra/markdown-extra/.gitattributes | 1 + extra/string-extra/.gitattributes | 1 + extra/twig-extra-bundle/.gitattributes | 1 + 9 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index c9d4236805c..e4cc25bd44f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,9 @@ -/.github/ export-ignore /bin/ export-ignore /doc/ export-ignore /extra/ export-ignore /tests/ export-ignore /.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore +/.git* export-ignore /.php-cs-fixer.dist.php export-ignore /phpunit.xml.dist export-ignore /phpstan.neon.dist export-ignore diff --git a/extra/cache-extra/.gitattributes b/extra/cache-extra/.gitattributes index aa02dc6518d..c305db7ead7 100644 --- a/extra/cache-extra/.gitattributes +++ b/extra/cache-extra/.gitattributes @@ -1,2 +1,3 @@ /Tests export-ignore +/.git* export-ignore /phpunit.xml.dist export-ignore diff --git a/extra/cssinliner-extra/.gitattributes b/extra/cssinliner-extra/.gitattributes index aa02dc6518d..c305db7ead7 100644 --- a/extra/cssinliner-extra/.gitattributes +++ b/extra/cssinliner-extra/.gitattributes @@ -1,2 +1,3 @@ /Tests export-ignore +/.git* export-ignore /phpunit.xml.dist export-ignore diff --git a/extra/html-extra/.gitattributes b/extra/html-extra/.gitattributes index aa02dc6518d..c305db7ead7 100644 --- a/extra/html-extra/.gitattributes +++ b/extra/html-extra/.gitattributes @@ -1,2 +1,3 @@ /Tests export-ignore +/.git* export-ignore /phpunit.xml.dist export-ignore diff --git a/extra/inky-extra/.gitattributes b/extra/inky-extra/.gitattributes index aa02dc6518d..c305db7ead7 100644 --- a/extra/inky-extra/.gitattributes +++ b/extra/inky-extra/.gitattributes @@ -1,2 +1,3 @@ /Tests export-ignore +/.git* export-ignore /phpunit.xml.dist export-ignore diff --git a/extra/intl-extra/.gitattributes b/extra/intl-extra/.gitattributes index aa02dc6518d..c305db7ead7 100644 --- a/extra/intl-extra/.gitattributes +++ b/extra/intl-extra/.gitattributes @@ -1,2 +1,3 @@ /Tests export-ignore +/.git* export-ignore /phpunit.xml.dist export-ignore diff --git a/extra/markdown-extra/.gitattributes b/extra/markdown-extra/.gitattributes index aa02dc6518d..c305db7ead7 100644 --- a/extra/markdown-extra/.gitattributes +++ b/extra/markdown-extra/.gitattributes @@ -1,2 +1,3 @@ /Tests export-ignore +/.git* export-ignore /phpunit.xml.dist export-ignore diff --git a/extra/string-extra/.gitattributes b/extra/string-extra/.gitattributes index aa02dc6518d..c305db7ead7 100644 --- a/extra/string-extra/.gitattributes +++ b/extra/string-extra/.gitattributes @@ -1,2 +1,3 @@ /Tests export-ignore +/.git* export-ignore /phpunit.xml.dist export-ignore diff --git a/extra/twig-extra-bundle/.gitattributes b/extra/twig-extra-bundle/.gitattributes index aa02dc6518d..c305db7ead7 100644 --- a/extra/twig-extra-bundle/.gitattributes +++ b/extra/twig-extra-bundle/.gitattributes @@ -1,2 +1,3 @@ /Tests export-ignore +/.git* export-ignore /phpunit.xml.dist export-ignore