From d5264dbf900c6bb6c439745e4eaea018223e0342 Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Mon, 2 Mar 2026 14:02:10 +0300 Subject: [PATCH] Block *.env from git, allow *.env.example Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39e4cd8..d861d0f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,8 @@ go.work.sum # env file .env +*.env +!*.env.example config.json config.local.json @@ -38,7 +40,7 @@ example/ .LSOverride # Icon must end with two \r -Icon +Icon # Thumbnails ._*