From 09c295a10379faf1308e9fe5492faa3c19481bf5 Mon Sep 17 00:00:00 2001 From: Leopere Date: Tue, 16 Oct 2018 15:29:23 -0400 Subject: [PATCH] Adding compose.override and a root docker-compose to gitignore The idea is that default settings should be left alone in the app specific compose files but if the end user wants a custom one at the root they can have a fully custom one that cherrypicks apps and settings. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3c18e0f..a95f00a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .gitlab-ci.yml .DS_Store +*/docker-compose.override.yml +docker-compose.yml