Making logs accessible from install root

This commit is contained in:
2022-08-20 13:00:09 +01:00
parent 2bf0eeb33d
commit 62fac48904
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored
View File

@ -152,4 +152,7 @@ database/data/
.encryption.key
# Ignore Data Dir
**/data/*
**/data/*
# Ignore Logs Dir
logs/*