From 629db7276438a8d34a04390126e4bad4a5d5b00d Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Mon, 20 Apr 2026 13:28:28 +0200 Subject: [PATCH] chore: ignore .env files Prevents accidentally committing Stripe/other local secrets. Co-Authored-By: Claude Opus 4.7 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 612c838..fa59848 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ node_modules dist .DS_Store *.tsbuildinfo +.env +.env.* +!.env.example