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
|
2024-07-27 23:23:30 +02:00
|
|
|
!**/README.md
|
2024-07-23 22:39:17 +02:00
|
|
|
!.gitignore
|
2024-07-23 22:27:46 +02:00
|
|
|
!**/.env.example
|
2024-07-24 19:29:17 +02:00
|
|
|
!**/Dockerfile
|
|
|
|
|
2024-08-10 15:08:15 +02:00
|
|
|
# Compose names
|
|
|
|
!**/compose.yml
|
|
|
|
!**/docker.compose.yaml
|
|
|
|
|
2024-08-03 23:55:57 +02:00
|
|
|
#Caddy
|
|
|
|
!**/Caddyfile
|
|
|
|
!**/services/*.caddy
|
2024-07-24 19:29:17 +02:00
|
|
|
|
|
|
|
#DDNS updater
|
2024-09-20 13:07:34 +02:00
|
|
|
!**/data/config.json.backup
|
2024-08-03 23:55:57 +02:00
|
|
|
|
2024-08-04 13:39:48 +02:00
|
|
|
# Homeassistant
|
2024-08-10 15:08:15 +02:00
|
|
|
!**/homeassistant/config/configuration.yaml
|
|
|
|
|
|
|
|
|
|
|
|
# Perplexica
|
|
|
|
!**/config.toml
|