Only ignore the docker-compose yaml file in the root directory

Woops! It was ignoring all of them in the directory. We should only be
avoiding the root dir docker-compose files!
This commit is contained in:
Charlie Drage 2017-04-03 14:49:18 -04:00
parent eead1cb8f7
commit ce26a75d69

4
.gitignore vendored
View File

@ -5,8 +5,8 @@
# Ignore compiled Kompose files
kompose
bin
docker-compose.yaml
docker-compose.yml
/docker-compose.yaml
/docker-compose.yml
#
# GO SPECIFIC