25 lines
426 B
Text
25 lines
426 B
Text
# 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
|
|
!README.md
|