From b4619e612a39b2edfd155a65e61511907f2b4fed Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Fri, 26 Apr 2024 20:23:43 +0200 Subject: [PATCH] Adds .env file to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1e076d3..5e56c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ # Test binary, built with `go test -c` *.test +# Envfile(s) +*.env + # Output of the go coverage tool, specifically when used with LiteIDE *.out