chore: ignore .env files
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m17s

Prevents accidentally committing Stripe/other local secrets.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ordinarthur 2026-04-20 13:28:28 +02:00
parent 3aaa319264
commit 629db72764

3
.gitignore vendored
View File

@ -2,3 +2,6 @@ node_modules
dist
.DS_Store
*.tsbuildinfo
.env
.env.*
!.env.example