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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -54,3 +54,4 @@ coverage
|
||||
.cache
|
||||
tmp
|
||||
temp
|
||||
.env.*
|
||||
|
||||
Reference in New Issue
Block a user