Exclude automigration-backup folder from clean attachments folder

This commit is contained in:
Jan Böhmer 2025-03-30 14:50:52 +02:00
parent dedadf0c10
commit f802c6c176

View file

@ -73,6 +73,9 @@ class CleanAttachmentsCommand extends Command
//Ignore image cache folder
$finder->exclude('cache');
//Ignore automigration folder
$finder->exclude('.automigration-backup');
$fs = new Filesystem();
$file_list = [];