diff --git a/Config/.php-cs-fixer.php b/Config/.php-cs-fixer.php index 816a951..7f84d88 100644 --- a/Config/.php-cs-fixer.php +++ b/Config/.php-cs-fixer.php @@ -3,6 +3,7 @@ $finder = PhpCsFixer\Finder::create() ->exclude('MainRepository') ->exclude('vendor') + ->exclude('Build') ->in(__DIR__ . '/../../'); $rules = '{