Exclude the config directory from backups

Everything there is handled via .env anyway
This commit is contained in:
snipe 2020-10-23 18:21:32 -07:00
parent f357d9fc90
commit 2602e4d602

View file

@ -48,6 +48,7 @@ return [
*/
'exclude' => [
base_path('vendor'),
base_path('config'),
base_path('node_modules'),
],