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'
- '.env.local'
- '.env.local.php'
- 'tmp'
toExpand:
- 'public'
- 'public/legacy'