diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index a967954..c7bb256 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -8,6 +8,7 @@ {% if 'nats' not in cookiecutter.app_type %}"{{cookiecutter.project_slug}}/deployment/main_2_fastapi.py",{% endif %} {% if 'nats' not in cookiecutter.app_type %}".devcontainer/nats_server.conf",{% endif %} {% if cookiecutter.app_type == 'fastapi' %}"{{cookiecutter.project_slug}}/deployment/main_2_mesop.py",{% endif %} + {% if cookiecutter.authentication != 'google' %}"deployment/",{% endif %} ] for path in REMOVE_PATHS: