Skip to content

Commit 1dd1b49

Browse files
authored
Add exclusion pattern for .private directory
1 parent e89f546 commit 1dd1b49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpmd.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<!-- WordPress-specific file patterns to exclude -->
1111
<exclude-pattern>*/vendor/*</exclude-pattern>
12+
<exclude-pattern>*/.private/*</exclude-pattern>
1213
<exclude-pattern>*/node_modules/*</exclude-pattern>
1314
<exclude-pattern>*/tests/*</exclude-pattern>
1415
<exclude-pattern>*/assets/*</exclude-pattern>

0 commit comments

Comments
 (0)