SelfHosting/.gitignore
2025-08-31 08:46:50 +02:00

12 lines
185 B
Text

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