9 lines
302 B
XML
9 lines
302 B
XML
|
<?xml version="1.0"?>
|
||
|
<ruleset name="Ignored Directories">
|
||
|
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
||
|
<exclude-pattern>*/resources/assets/*</exclude-pattern>
|
||
|
<exclude-pattern>*/storage/*</exclude-pattern>
|
||
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||
|
<rule ref="PSR12" />
|
||
|
</ruleset>
|