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