docker-compose.yaml gitignore

This commit is contained in:
paan 2022-02-22 16:53:51 +08:00
parent 9393789da4
commit 12f7b1065d

7
.gitignore vendored
View File

@ -0,0 +1,7 @@
# 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*