Skip to content

Commit

Permalink
feat: share database folder by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Mar 5, 2023
1 parent adfe67e commit 23b5064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Deployment.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ public function __construct($argv = null, $whitelistedPath = null)
'/site/config-local.php',
'/site/assets/files',
'/site/assets/logs',
'/site/assets/backups/database',
];

// setup default delete directories
$this->delete = [
'/.ddev',
'/.git',
'/.github',
'/site/assets/backups',
'/site/assets/cache',
'/site/assets/ProCache',
'/site/assets/pwpc-*',
Expand Down

0 comments on commit 23b5064

Please sign in to comment.