docker-vm-compose/.gitignore
2024-07-23 22:39:17 +02:00

14 lines
183 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