mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Exclude automigration-backup folder from clean attachments folder
This commit is contained in:
parent
dedadf0c10
commit
f802c6c176
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ class CleanAttachmentsCommand extends Command
|
||||||
//Ignore image cache folder
|
//Ignore image cache folder
|
||||||
$finder->exclude('cache');
|
$finder->exclude('cache');
|
||||||
|
|
||||||
|
//Ignore automigration folder
|
||||||
|
$finder->exclude('.automigration-backup');
|
||||||
|
|
||||||
$fs = new Filesystem();
|
$fs = new Filesystem();
|
||||||
|
|
||||||
$file_list = [];
|
$file_list = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue