SelfHosting/.gitignore
2025-08-31 08:45:07 +02:00

11 lines
174 B
Text

# Ignore everything in the root and all subdirectories
/*
!/*/
# Ignore everything in immediate subdirectories
/*/*
!/*/compose.yml*
!.gitignore
!start_all.sh
!stop_all.sh