From 1063c1dfaeb18f6e400dc8dbf10bc81ea43003e9 Mon Sep 17 00:00:00 2001 From: Alexander Dmitryuk Date: Mon, 6 Feb 2023 07:41:21 +0000 Subject: [PATCH] Ignore files from vendor (tools, appveyor.yml, phpunit.xml.dist) --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 99b3f1159..1cfc1955f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ .* export-ignore *.md export-ignore -appveyor.yml -phpunit.xml.dist +/appveyor.yml +/phpunit.xml.dist /tests export-ignore +/tools export-ignore