chore: ignore .env files
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m17s
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:
parent
3aaa319264
commit
629db72764
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,3 +2,6 @@ node_modules
|
||||
dist
|
||||
.DS_Store
|
||||
*.tsbuildinfo
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user