Keep tmp folder on upgrades

- Avoid tmp folder being removed in the middle of the upgrade process
This commit is contained in:
Clemente Raposo 2021-09-24 14:25:50 +01:00
parent 53101bb4cf
commit 65d01b7f7b

View file

@ -18,6 +18,7 @@ parameters:
- 'logs' - 'logs'
- '.env.local' - '.env.local'
- '.env.local.php' - '.env.local.php'
- 'tmp'
toExpand: toExpand:
- 'public' - 'public'
- 'public/legacy' - 'public/legacy'