24 lines
271 B
Plaintext
24 lines
271 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
|
|
# But not these directories; this allows us to look inside them
|
|
!*/
|
|
|
|
# But not these files
|
|
!**/README.md
|
|
!.gitignore
|
|
!**/compose.yml
|
|
!**/.env.example
|
|
!**/Dockerfile
|
|
|
|
#Caddy
|
|
!**/Caddyfile
|
|
!**/services/*.caddy
|
|
|
|
#DDNS updater
|
|
|
|
!**/data/config.json
|
|
|
|
|