From b8013911738747bcde8e56596f50c77fa4c1303d Mon Sep 17 00:00:00 2001 From: Alexander Dmitryuk Date: Tue, 15 Nov 2022 08:41:06 +0000 Subject: [PATCH 1/2] Ignore some files from vendor --- .gitattributes | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index af577adc..33950e27 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,23 @@ +/.dockerignore export-ignore +/.editorconfig export-ignore +/.editorconfig export-ignore +/.env.dist export-ignore /.gitattributes export-ignore -/.gitignore export-ignore /.github export-ignore +/.gitignore export-ignore /.php-cs-fixer.dist.php export-ignore -/phpstan.neon.dist export-ignore -/phpstan-baseline.neon export-ignore -/.editorconfig export-ignore /.travis.yml export-ignore +/Makefile export-ignore /appveyor.yml export-ignore -/psalm.baseline.xml export-ignore -/psalm.xml export-ignore +/bin export-ignore /bin export-ignore /doc export-ignore +/docker export-ignore +/docker-compose.yml export-ignore +/phpspec.yml export-ignore +/phpstan-baseline.neon export-ignore +/phpstan.neon.dist export-ignore +/phpunit.xml.dist export-ignore +/psalm.baseline.xml export-ignore +/psalm.xml export-ignore +/tests export-ignore \ No newline at end of file From fbf3f6ebd7121c3604e2f369cc648fdc973ed21f Mon Sep 17 00:00:00 2001 From: Alexander Dmitryuk Date: Tue, 15 Nov 2022 08:45:44 +0000 Subject: [PATCH 2/2] new line --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 33950e27..1984aff1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,4 +20,4 @@ /phpunit.xml.dist export-ignore /psalm.baseline.xml export-ignore /psalm.xml export-ignore -/tests export-ignore \ No newline at end of file +/tests export-ignore