From be0591c6d5d0a7ab693b6e94cb5f97b5e5419b85 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Tue, 15 Jun 2021 16:14:58 +0200 Subject: [PATCH] [gitattributes] do not export test in packagist dependency (#228) --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index dee9729415..288e6f98a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,9 @@ # testing Windows spaces - https://help.github.com/en/github/using-git/configuring-git-to-handle-line-endings packages-tests/FileFormatter/ValueObject/Fixture/composer_carriage_return_line_feed.json json eol=crlf + + +# for 3rd party packages working with rector/rector-src as dependency +rules-tests export-ignore +packages-tests export-ignore +tests export-ignore