myvideogamelist.com/.phpcs.xml
Jimmy Brancaccio b39ecf1638 Initial Commit
The initial public commit of MVGL website code.
2024-01-14 13:51:43 -06:00

8 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>