From 6e08cd785443a6d7143d8963dbcd0f6449e3dec4 Mon Sep 17 00:00:00 2001 From: Alexander Dmitryuk Date: Tue, 25 Oct 2022 14:57:21 +0600 Subject: [PATCH] Ignore extra files from vendor (#326) Co-authored-by: a.dmitryuk --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 17fa0a96..ebe7f212 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ .* export-ignore /doc export-ignore /tests export-ignore +/tools export-ignore +rector.php export-ignore phpstan.neon export-ignore phpunit.xml.dist export-ignore \ No newline at end of file