docker-compose/.gitignore
2022-02-22 16:53:51 +08:00

7 lines
175 B
Plaintext

# First, ignore everything
*
# Now, whitelist anything that's a directory
!*/
# And all the file types you're interested in.
!**/*docker-compose.yaml*
!**/*docker-compose.yml*