hello, I am trying to create a module using PkgTemplates.jl
tpl = Template(user="a", dir=".")
tpl("Package")
The issue is this command creates a .git file, and I don’t need it, since I already have a repository created, how to create a package without the git files?