Skip to content

Commit e3728e8

Browse files
committed
Add excluded folders from PR joomla#44321
1 parent 15dba92 commit e3728e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/deleted_file_check.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ function usage($command)
103103
$excludedFolders = [
104104
'images/sampledata',
105105
'installation',
106-
'/media/plg_captcha_recaptcha',
107-
'/media/plg_captcha_recaptcha_invisible',
108-
'/media/plg_behaviour_compat',
109-
'/plugins/behaviour/compat',
106+
'media/plg_captcha_recaptcha',
107+
'media/plg_captcha_recaptcha_invisible',
108+
'media/plg_behaviour_compat',
109+
'plugins/behaviour/compat',
110110
];
111111

112112
/**

0 commit comments

Comments
 (0)