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