From 552676cc9d596c44ef05b02db01350134d944d85 Mon Sep 17 00:00:00 2001 From: Mark Honeychurch Date: Mon, 18 Nov 2019 12:20:39 +1300 Subject: [PATCH] Ignore local override file Adding an ignore rule for docker-compose.override.yml should allow people to clone this repo and use an override file to match their environment, without that file causing issues every time they pull a new version of the repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cbaffa8..4b029d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.sql.gz .netbox +docker-compose.override.yml