Skip to content

Commit 95be2c1

Browse files
authored
Add excluded folders from PR joomla#44321 (joomla#44912)
Thank you @richard67.
1 parent 45c1e37 commit 95be2c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/deleted_file_check.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ function usage($command)
6363
$previousReleaseExclude = [
6464
$options['from'] . '/images/sampledata',
6565
$options['from'] . '/installation',
66+
$options['from'] . '/media/plg_captcha_recaptcha',
67+
$options['from'] . '/media/plg_captcha_recaptcha_invisible',
6668
];
6769

6870
/**

0 commit comments

Comments
 (0)