mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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' => [
|
'exclude' => [
|
||||||
base_path('vendor'),
|
base_path('vendor'),
|
||||||
|
base_path('config'),
|
||||||
base_path('node_modules'),
|
base_path('node_modules'),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue