From c1360d1772bfcec9349091c9f501bcd22d83b60d Mon Sep 17 00:00:00 2001 From: aileot <46470475+aileot@users.noreply.github.com> Date: Sun, 26 Oct 2025 16:20:52 +0900 Subject: [PATCH] chore(git): explicitly exclude .env* --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index acc79c5e..33885622 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ lua/*.lua test/context/.*/ *_spec.lua +.env* + ### Generated by gibo (https://github.com/simonwhitaker/gibo) ### https://raw.github.com/github/gitignore/05b24f9fb5b6899dd426bc579141bb3b8ca1681b/community/DotNet/core.gitignore