7 lines
175 B
Plaintext
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* |