From 538ff69c00c24002758fd67d8db06ff76e6323f3 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Sun, 31 Mar 2024 17:47:52 -0700 Subject: [PATCH] ignoring all .env files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ddc0925..46ef0fe 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.dylib go-cook *.db +*.env # Test binary, built with `go test -c` *.test