mod/gitignore: fix env example filename
This commit is contained in:
parent
0ba1cb405b
commit
659c965466
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const EDITORS_PART: &str = "\
|
||||||
const ENV_PART: &str = "\
|
const ENV_PART: &str = "\
|
||||||
# env
|
# env
|
||||||
.env*
|
.env*
|
||||||
!env.example";
|
!.env.example";
|
||||||
|
|
||||||
const DIRENV_PART: &str = "\
|
const DIRENV_PART: &str = "\
|
||||||
# direnv
|
# direnv
|
||||||
|
|
Loading…
Reference in a new issue