From a094cff496415f71d506ec831f1bc919ea4b1c36 Mon Sep 17 00:00:00 2001 From: ottomansky Date: Thu, 23 Apr 2026 09:37:00 +0200 Subject: [PATCH] chore: whitelist .env templates .env.example and .env.template are documentation/scaffolding artifacts (e.g. for onboarding contributors) and should stay tracked even though the catch-all .env.* pattern would otherwise ignore them. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c4b6be52..e5c51e03 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ ENV/ # Environment variables .env .env.* +!.env.example +!.env.template # IDE .idea/