getFinder() ->ignoreVCSIgnored(true) ->exclude('config') ->exclude('data') ->notPath('3rdparty') ->notPath('composer') ->notPath('vendor') ->in(__DIR__); return $config;