new start !

This commit is contained in:
mini-pc-01 2026-02-08 14:32:26 +01:00
commit b909f1a107
8 changed files with 260 additions and 0 deletions

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
# 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.yml
!/Containers/*/serveconfig/
# navidrome toml for auto-clean
!/Containers/Navidrome/data/
/Containers/Navidrome/data/*
!/Containers/Navidrome/data/navidrome.toml
# Scripts
!/Scripts/*
# VMS (not used for the moment)
!/VMs/*
# Keep utility files in root
!.gitignore
!README.md