Ignore legacy directory and deprecated functions
This commit is contained in:
parent
6938f2ecc9
commit
c7f8e19b0a
|
@ -10,8 +10,10 @@
|
|||
<exclude-pattern>apigen/</exclude-pattern>
|
||||
<exclude-pattern>includes/gateways/simplify-commerce/includes/</exclude-pattern>
|
||||
<exclude-pattern>includes/libraries/</exclude-pattern>
|
||||
<exclude-pattern>includes/legacy/</exclude-pattern>
|
||||
<exclude-pattern>includes/api/legacy/</exclude-pattern>
|
||||
<exclude-pattern>includes/api/v1/</exclude-pattern>
|
||||
<exclude-pattern>includes/wc-deprecated-functions.php</exclude-pattern>
|
||||
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
||||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||
|
||||
|
|
Loading…
Reference in New Issue