From 1bf27fd76fb68faafc7f326fdb16632653e16636 Mon Sep 17 00:00:00 2001 From: vincentius15 Date: Sun, 23 Sep 2018 17:44:50 +0700 Subject: [PATCH] Update gitignore to ignore .env --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f1c181e..c134a60 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# Environment configuration file +*.env