diff --git a/templates/project/-editorconfig.tpl b/templates/project/.editorconfig.raw similarity index 100% rename from templates/project/-editorconfig.tpl rename to templates/project/.editorconfig.raw diff --git a/templates/project/.gitea/workflows/build.yml.tpl b/templates/project/.gitea/workflows/build.yml.raw similarity index 100% rename from templates/project/.gitea/workflows/build.yml.tpl rename to templates/project/.gitea/workflows/build.yml.raw diff --git a/templates/project/-gitignore.tpl b/templates/project/.gitignore.raw similarity index 100% rename from templates/project/-gitignore.tpl rename to templates/project/.gitignore.raw diff --git a/templates/project/Dockerfile.tpl b/templates/project/Dockerfile.raw similarity index 100% rename from templates/project/Dockerfile.tpl rename to templates/project/Dockerfile.raw diff --git a/templates/project/Makefile.tpl b/templates/project/Makefile.raw similarity index 100% rename from templates/project/Makefile.tpl rename to templates/project/Makefile.raw diff --git a/templates/project/app/console/-gitkeep.tpl b/templates/project/app/console/-gitkeep similarity index 100% rename from templates/project/app/console/-gitkeep.tpl rename to templates/project/app/console/-gitkeep diff --git a/templates/project/app/http/-gitkeep.tpl b/templates/project/app/http/-gitkeep similarity index 100% rename from templates/project/app/http/-gitkeep.tpl rename to templates/project/app/http/-gitkeep diff --git a/templates/project/buf.gen.yaml.tpl b/templates/project/buf.gen.yaml.raw similarity index 100% rename from templates/project/buf.gen.yaml.tpl rename to templates/project/buf.gen.yaml.raw diff --git a/templates/project/buf.yaml.tpl b/templates/project/buf.yaml.raw similarity index 100% rename from templates/project/buf.yaml.tpl rename to templates/project/buf.yaml.raw diff --git a/templates/project/config.toml.tpl b/templates/project/config.toml.raw similarity index 100% rename from templates/project/config.toml.tpl rename to templates/project/config.toml.raw diff --git a/templates/project/go.mod.tpl b/templates/project/go.mod.raw similarity index 100% rename from templates/project/go.mod.tpl rename to templates/project/go.mod.raw diff --git a/templates/templates.go b/templates/templates.go index 279652f..47da282 100644 --- a/templates/templates.go +++ b/templates/templates.go @@ -2,7 +2,7 @@ package templates import "embed" -//go:embed project +//go:embed project/* project/.* var Project embed.FS //go:embed module