From ce26a75d69cacda42a0c76de1e6225e689e9eb8b Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 3 Apr 2017 14:49:18 -0400 Subject: [PATCH] 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! --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b622b93e..225038ce 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,8 @@ # Ignore compiled Kompose files kompose bin -docker-compose.yaml -docker-compose.yml +/docker-compose.yaml +/docker-compose.yml # # GO SPECIFIC