mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Exclude the config directory from backups
Everything there is handled via .env anyway
This commit is contained in:
parent
f357d9fc90
commit
2602e4d602
|
@ -48,6 +48,7 @@ return [
|
|||
*/
|
||||
'exclude' => [
|
||||
base_path('vendor'),
|
||||
base_path('config'),
|
||||
base_path('node_modules'),
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue