From 0a7863248237a646ffaecb2d38f7b50ae8e996d4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 28 Jan 2026 16:41:26 -0700 Subject: [PATCH] chore: add .env variations to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 66fd13c..078504d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +.env +*.env +env.* +!example.env + # Binaries for programs and plugins *.exe *.exe~