From 50696b700d53be6fe28e433794ba47cc79a0eb39 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 22 Nov 2018 17:04:11 +0100 Subject: [PATCH] Ignore .env file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f5b0149..db915fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /trello2mail /vendor /tmp +.env