Shakeout Changes (#717)
* Make the appsettings public on Configuration and change how we detect when to migrate for non-docker users. * Fixed up non-docker copy command and removed duplicate check on source directory for a copy. * Don't delete files unless we know we are successful
This commit is contained in:
parent
8f00ecbf8c
commit
d143330e97
4 changed files with 27 additions and 18 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -507,6 +507,7 @@ UI/Web/dist/
|
|||
/API/config/backups/
|
||||
/API/config/cache/
|
||||
/API/config/temp/
|
||||
/API/config/stats/
|
||||
/API/config/kavita.db
|
||||
/API/config/kavita.db-shm
|
||||
/API/config/kavita.db-wal
|
||||
|
|
@ -514,5 +515,6 @@ UI/Web/dist/
|
|||
/API/config/Hangfire-log.db
|
||||
API/config/covers/
|
||||
API/config/*.db
|
||||
API/config/stats/*
|
||||
|
||||
UI/Web/.vscode/settings.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue