From c696547fa9033021083ded138906e580b90239a7 Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Thu, 7 Nov 2024 16:49:03 +0100 Subject: [PATCH] Update export-ignores --- .gitattributes | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 984659b7..9d48b525 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,13 @@ # Exclude files that don't need to be present in packages (so they're not downloaded by Composer) -/.coveralls.yml export-ignore -/.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/*.md export-ignore -/*.yml export-ignore -/tests export-ignore + +.coveralls.yml export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +codeception.dist.yml export-ignore +docs/ export-ignore +grumphp.yml export-ignore +LICENSE.md export-ignore +README.md export-ignore +tests/ export-ignore