25 lines
330 B
Plaintext
25 lines
330 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
|
|
|
|
|
|
# Homeassistant
|
|
!**/homeassistant/config/configuration.yaml |