Ignore cypress generated PHP files

Change-Id: I53a673ec969da7feae00b38f67d9de53f18dfa7e
This commit is contained in:
Adam Wight 2024-09-06 14:23:49 +02:00
parent 878a29b727
commit 79be7f0f08

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" />