From db5c7b38f0bdeb7028539deff05dc3d17441675c Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Tue, 12 Feb 2019 18:35:59 +0100 Subject: [PATCH] add .env to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9120523b..3b112708 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,6 @@ _old coverage test/**/__diff_output__ -test/screenshots \ No newline at end of file +test/screenshots + +.env \ No newline at end of file