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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,6 +23,7 @@ groups/global/*
|
||||
# Secrets
|
||||
*.keys.json
|
||||
.env
|
||||
.env*
|
||||
|
||||
# Temp files
|
||||
.tmp-*
|
||||
|
||||
Reference in New Issue
Block a user