From c83d9cafb4dcf8c11a9b02dc06b02ccc589baed6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 31 Mar 2021 10:09:18 +0200 Subject: [PATCH] Increase PHP CS speed Signed-off-by: Joas Schilling --- .php_cs.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.php_cs.dist b/.php_cs.dist index ca79254e94a..61ff9d0a10f 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -12,6 +12,9 @@ $config ->exclude('config') ->exclude('data') ->notPath('3rdparty') + ->notPath('build/integration/vendor') + ->notPath('build/lib') + ->notPath('build/node_modules') ->notPath('build/stubs') ->notPath('composer') ->notPath('node_modules')