mod/gitignore: fix env example filename

This commit is contained in:
Dmitriy Pleshevskiy 2024-10-26 01:05:34 +03:00
parent 0ba1cb405b
commit 659c965466
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -11,7 +11,7 @@ const EDITORS_PART: &str = "\
const ENV_PART: &str = "\
# env
.env*
!env.example";
!.env.example";
const DIRENV_PART: &str = "\
# direnv