docker-vm-compose/.gitignore

24 lines
271 B
Plaintext
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
!*/
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
!**/compose.yml
2024-07-23 22:27:46 +02:00
!**/.env.example
!**/Dockerfile
2024-08-03 23:55:57 +02:00
#Caddy
!**/Caddyfile
!**/services/*.caddy
#DDNS updater
!**/data/config.json
2024-08-03 23:55:57 +02:00