navidrome.toml

This commit is contained in:
criz 2025-09-03 01:08:54 +02:00
parent 010ee246dd
commit cdd825916a
2 changed files with 13 additions and 0 deletions

11
.gitignore vendored
View file

@ -1,13 +1,24 @@
# Ignore everything in the root and all subdirectories
/*
!/*/
# Keep the Containers folder
!/Containers/
# Ignore everything inside Containers/*
/Containers/*/*
!/Containers/*/compose.yml*
# Some (safe) configs files
!/Containers/Navidrome/data/
/Containers/Navidrome/data/*
!/Containers/Navidrome/data/navidrome.toml
# Scripts
!/Scripts/*
# Keep utility files in root
!.gitignore
!start_all.sh
!stop_all.sh

View file

@ -0,0 +1,2 @@
[scanner]
PurgeMissing = "always"