From 5281c175cd2c0ec2c352c64d4d81909e6113abfe Mon Sep 17 00:00:00 2001 From: AquoDev <14019792+AquoDev@users.noreply.github.com> Date: Thu, 20 Aug 2020 14:13:07 +0200 Subject: [PATCH] [Improvement] Add .env to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 63dbf22..da0e0a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Hide enviroment file +.env + # Compiled binaries, but not the directory kube-nftlb-client !cmd/kube-nftlb-client