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
|
# Secrets
|
||||||
*.keys.json
|
*.keys.json
|
||||||
.env
|
.env
|
||||||
|
.env*
|
||||||
|
|
||||||
# Temp files
|
# Temp files
|
||||||
.tmp-*
|
.tmp-*
|
||||||
|
|||||||
Reference in New Issue
Block a user