From 3f071601be7f32b9efd277b270cd146ff912aeb5 Mon Sep 17 00:00:00 2001 From: Tymoteusz Motylewski Date: Thu, 15 Jun 2023 10:07:12 +0200 Subject: [PATCH] Added few missing export-ignore to gitattributes (#3320) --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9a62c0b465f..f5cfebfb1fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,13 @@ # Make packagist / composer download smaller /.ddev export-ignore /.github export-ignore -/dev -/docs +/dev export-ignore +/docs export-ignore -/.all-contributorsrc +/.all-contributorsrc export-ignore /.gitattributes export-ignore -/.gitignore -/.gitpod.yml +/.gitignore export-ignore +/.gitpod.yml export-ignore /.php-cs-fixer.dist.php export-ignore /.phpcs.ecg.xml.dist export-ignore