diff options
Diffstat (limited to '{{cookiecutter.project_name}}/.gitignore')
-rw-r--r-- | {{cookiecutter.project_name}}/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/{{cookiecutter.project_name}}/.gitignore b/{{cookiecutter.project_name}}/.gitignore index db02cd5..a42ffb6 100644 --- a/{{cookiecutter.project_name}}/.gitignore +++ b/{{cookiecutter.project_name}}/.gitignore @@ -8,3 +8,4 @@ tags .vimcache .idea .mypy_cache +.envrc |