From b6c423be7366a3afbacd822a5e0894da6eef9d59 Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Wed, 7 Apr 2021 14:50:32 +0200 Subject: [PATCH] Don't remove previous release's sample data images --- build/deleted_file_check.php | 1 + 1 file changed, 1 insertion(+) diff --git a/build/deleted_file_check.php b/build/deleted_file_check.php index a52dac7e47803..60edffca238e3 100644 --- a/build/deleted_file_check.php +++ b/build/deleted_file_check.php @@ -64,6 +64,7 @@ function usage($command) $previousReleaseExclude = [ $options['from'] . '/administrator/components/com_search', $options['from'] . '/components/com_search', + $options['from'] . '/images/sampledata', $options['from'] . '/modules/mod_search', $options['from'] . '/plugins/search', $options['from'] . '/plugins/fields/repeatable',