Merge "Ignore cypress generated PHP files"

This commit is contained in:
jenkins-bot 2024-09-10 05:21:49 +00:00 committed by Gerrit Code Review
commit 334087ee39

View file

@ -9,6 +9,8 @@
<exclude-pattern>/src/ResourceLoader/</exclude-pattern>
</rule>
<exclude-pattern>/tests/cypress/.cache/</exclude-pattern>
<file>.</file>
<arg name="extensions" value="php" />
<arg name="encoding" value="UTF-8" />