new start !
This commit is contained in:
commit
b909f1a107
8 changed files with 260 additions and 0 deletions
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue