linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

fix: remove .git/ on make clean #45

Closed noelmcloughlin closed 1 year ago

noelmcloughlin commented 1 year ago

This PR cleans git repository when make clean is executed.

Otherwise our git history keeps growing every time we repeat make clean && make setup.

Maybe we are troubleshooting or forgot to edit our schema - so fresh git is best.

noelmcloughlin commented 1 year ago

Probably not needed.