This commit is contained in:
criz 2025-08-31 08:45:07 +02:00
commit a64e32ffe0
14 changed files with 339 additions and 0 deletions

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# Ignore everything in the root and all subdirectories
/*
!/*/
# Ignore everything in immediate subdirectories
/*/*
!/*/compose.yml*
!.gitignore
!start_all.sh
!stop_all.sh