2024-07-23 22:21:35 +02:00
|
|
|
# Ignore everything
|
2024-07-23 22:39:17 +02:00
|
|
|
*
|
2024-07-23 22:21:35 +02:00
|
|
|
|
|
|
|
|
2024-07-23 22:39:17 +02:00
|
|
|
# But not these directories; this allows us to look inside them
|
|
|
|
!*/
|
2024-07-23 22:21:35 +02:00
|
|
|
|
2024-07-23 22:39:17 +02:00
|
|
|
# But not these files
|
|
|
|
!**/*.md
|
|
|
|
!.gitignore
|
|
|
|
!**/compose.yml
|
2024-07-23 22:27:46 +02:00
|
|
|
!**/Caddyfile
|
|
|
|
!**/.env.example
|