From e8fedb840d4bc8ebc4a1a415521cb856f2d18942 Mon Sep 17 00:00:00 2001 From: Alan Ivey Date: Fri, 26 May 2023 14:07:31 -0400 Subject: [PATCH] Ignore docker-compose.override.yml Allow for overrides of docker-compose.yml without impacting git status. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 899810a0..3d744a41 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.swp *.swo /.env +/docker-compose.override.yml /version.txt /files/allow-postgres14-upgrade