From 4191e3b6635a786d0ec8822b394946045ce80bfd Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Thu, 21 Mar 2024 06:33:17 +0000 Subject: [PATCH] add bin directory and .env file to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 494e767..f41da6a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ # Go workspace file go.work go.work.sum + +bin/ +.env