docker-vm-compose/.gitignore

30 lines
445 B
Text
Raw Normal View History

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
2025-02-08 12:35:03 +01:00
!*/
2024-07-23 22:21:35 +02:00
2024-07-23 22:39:17 +02:00
# But not these files
2025-02-08 12:35:03 +01:00
!*/README.md
2024-07-23 22:39:17 +02:00
!.gitignore
2024-07-23 22:27:46 +02:00
!**/.env.example
!**/Dockerfile
!**/.gitkeep
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
#DDNS updater
2024-09-20 13:07:34 +02:00
!**/data/config.json.backup
2024-08-03 23:55:57 +02:00
# Homeassistant
2024-08-10 15:08:15 +02:00
!**/homeassistant/config/configuration.yaml
2025-02-08 12:35:03 +01:00
!**/homeassistant/README.md
2024-08-10 15:08:15 +02:00
# Perplexica
!**/config.toml