Add dist-product to excluded patterns
This commit is contained in:
parent
b7fefe5855
commit
f1adc5a1a4
|
|
@ -28,6 +28,7 @@
|
|||
<exclude-pattern>/vendor/*</exclude-pattern>
|
||||
<exclude-pattern>/node_modules/*</exclude-pattern>
|
||||
<exclude-pattern>/dist/*</exclude-pattern>
|
||||
<exclude-pattern>/dist-product/*</exclude-pattern>
|
||||
|
||||
<!-- Use the WordPress Ruleset -->
|
||||
<rule ref="WordPress"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue