32 lines
638 B
Text
32 lines
638 B
Text
# Ignore everything in the root and all subdirectories
|
|
/*
|
|
!/*/
|
|
|
|
# Keep the Containers folder
|
|
!/Containers/
|
|
|
|
# Ignore everything inside Containers/*
|
|
/Containers/*/*
|
|
|
|
# Except compose.yml and tailscale serve
|
|
!/Containers/*/compose.yaml
|
|
!/Containers/*/serveconfig/
|
|
|
|
# navidrome toml for auto-clean
|
|
!/Containers/Navidrome/data/
|
|
/Containers/Navidrome/data/*
|
|
!/Containers/Navidrome/data/navidrome.toml
|
|
|
|
!/Containers/HomeAssistant/config/
|
|
/Containers/HomeAssistant/config/*
|
|
!/Containers/HomeAssistant/config/configuration.yaml
|
|
|
|
# Scripts
|
|
!/Scripts/*
|
|
|
|
# VMS (not used for the moment)
|
|
!/VMs/*
|
|
|
|
# Keep utility files in root
|
|
!.gitignore
|
|
!README.md
|