From be5f5b5c2137126537fceeca651ab44418fec1ed Mon Sep 17 00:00:00 2001 From: Kevin Boyer Date: Thu, 13 Jun 2024 21:53:56 -0400 Subject: [PATCH] Add .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5719cc0b..9e001135 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,8 @@ # IDE-specific files .vscode/* .idea + +# This file is used in local development to pass an /app/.env +# file to the container, for secrets. It should not be committed +# to the repo because tests and CI/CD will not have an .env file. +docker-compose.override.yml \ No newline at end of file