Exclude the config directory from backups
Everything there is handled via .env anyway
This commit is contained in:
@@ -48,6 +48,7 @@ return [
|
||||
*/
|
||||
'exclude' => [
|
||||
base_path('vendor'),
|
||||
base_path('config'),
|
||||
base_path('node_modules'),
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user