navidrome.toml
This commit is contained in:
parent
010ee246dd
commit
cdd825916a
2 changed files with 13 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -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
|
||||
|
|
2
Containers/Navidrome/data/navidrome.toml
Normal file
2
Containers/Navidrome/data/navidrome.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[scanner]
|
||||
PurgeMissing = "always"
|
Loading…
Add table
Add a link
Reference in a new issue