From b17efc31ae327d71bb320f34342bb89d8ca8ad15 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 30 Oct 2020 15:13:49 +0100 Subject: [PATCH] Add .env to .gitignore Signed-off-by: Thomas Citharel --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 571bd8abf..2c09e1644 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ release/ *.mo *.po~ .weblate +docker/production/.env