chore: broaden .env ignore patterns

Add .env.* to .gitignore so per-environment secrets like
.env.staging and .env.production are never tracked, alongside the
existing .env and .env*.local rules.
This commit is contained in:
-Puter
2026-07-29 19:32:05 +05:30
parent 7668fa69cc
commit 25f86d94cc

1
.gitignore vendored
View File

@@ -54,3 +54,4 @@ coverage
.cache
tmp
temp
.env.*