chore: ignore .env* variants in addition to .env

Catches .env.local, .env.test, .env.production, and other variant files
that should never be committed alongside the base .env.
This commit is contained in:
Ira Abramov
2026-04-20 12:11:35 +03:00
parent 0d09c6ea21
commit f894b5b1d0
+1
View File
@@ -23,6 +23,7 @@ groups/global/*
# Secrets
*.keys.json
.env
.env*
# Temp files
.tmp-*