Skip to content

Commit f802c6c

Browse files
committed
Exclude automigration-backup folder from clean attachments folder
1 parent dedadf0 commit f802c6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Command/Attachments/CleanAttachmentsCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ protected function execute(InputInterface $input, OutputInterface $output): int
7373
//Ignore image cache folder
7474
$finder->exclude('cache');
7575

76+
//Ignore automigration folder
77+
$finder->exclude('.automigration-backup');
78+
7679
$fs = new Filesystem();
7780

7881
$file_list = [];

0 commit comments

Comments
 (0)