From 41976a3bf23172f01defcf5854b7c197663a9c93 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 27 Mar 2017 11:17:48 -0400 Subject: [PATCH] Ignore Docker Compose files in the root directory When developing Kompose, it's common to have the Docker Compose file in the root directory. Adding it to gitignore ignores it for any changes that could be committed / pushed by accident. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6af7fa24..b622b93e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ # Ignore compiled Kompose files kompose bin +docker-compose.yaml +docker-compose.yml # # GO SPECIFIC