diff options
author | Joas Schilling <coding@schilljs.com> | 2021-03-31 10:09:18 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-03-31 10:09:18 +0200 |
commit | c83d9cafb4dcf8c11a9b02dc06b02ccc589baed6 (patch) | |
tree | 4dd107bbb3aac12b352c0d8d27c007c6bf32007e /.php_cs.dist | |
parent | b67ac4ec9bc0b8ab82765f11267e7c9cbd6988a6 (diff) | |
download | nextcloud-server-c83d9cafb4dcf8c11a9b02dc06b02ccc589baed6.tar.gz nextcloud-server-c83d9cafb4dcf8c11a9b02dc06b02ccc589baed6.zip |
Increase PHP CS speed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.php_cs.dist')
-rw-r--r-- | .php_cs.dist | 3 |
1 files changed, 3 insertions, 0 deletions
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') |