Skip to content

Commit 50e41c1

Browse files
committed
feat(build): exclude
1 parent b83c68b commit 50e41c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeatCodingStandard/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<exclude-pattern type="relative">^\.git/*</exclude-pattern>
1212
<exclude-pattern>/vendor/*</exclude-pattern>
1313
<exclude-pattern>/node_modules/*</exclude-pattern>
14+
<exclude-pattern>/assets/build/*</exclude-pattern>
1415
<exclude-pattern>freemius</exclude-pattern>
1516
<exclude-pattern>*test*</exclude-pattern>
1617
<exclude-pattern>index.php</exclude-pattern>

0 commit comments

Comments
 (0)