From 18e1a89ddda32ae125f4c2070dfea5ba704311fa Mon Sep 17 00:00:00 2001 From: noelmcloughlin Date: Wed, 8 Feb 2023 23:05:12 +0000 Subject: [PATCH] fix(makefile): keep git repo, needed in step 8 --- {{cookiecutter.project_name}}/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/Makefile b/{{cookiecutter.project_name}}/Makefile index fbf6b84..495ba67 100644 --- a/{{cookiecutter.project_name}}/Makefile +++ b/{{cookiecutter.project_name}}/Makefile @@ -50,7 +50,6 @@ setup: install gen-project gen-examples gendoc git-init-add install: git init # issues/33 poetry install - rm -fr .git # issues/33 .PHONY: install # ---