From 6eeeeb92ceb8ef1cc814ad17d47d61812833f608 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 30 Jul 2026 20:35:01 +0200 Subject: [PATCH] chore(repo): ignore local environment files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index f7985f0..fdd2dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,14 @@ dist-ssr .wrangler *.local +# Local environment files +.env +.env.* +!.env.example +!.env.*.example +!.env.template +!.env.*.template + # Generated by `wrangler types` from the committed Worker configuration. workers/telemetry/worker-configuration.d.ts