From 68f6fe2b96ad02e21645480448113954bc87e1f5 Mon Sep 17 00:00:00 2001 From: Leopere <1068374+Leopere@users.noreply.github.com> Date: Mon, 9 May 2022 04:28:41 -0400 Subject: [PATCH] Don't track docker-compose.override.yml (#416) This allows end users who need to build Hastebin for their deployments as an image in a private registry or any other changes without needing to collide with the ability to upgrade their local cached copy of the hastebin repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a865156..4af61a5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ node_modules *.swo data *.DS_Store +docker-compose.override.yml