envbuilder
envbuilder copied to clipboard
Confusion regarding cloning repositories
can understand that currently, Coder’s purpose with devcontainers is to clone the team’s repository and set up the environment following the .devcontainer settings, hence cloning the .git folder as well. However, some dev container templates, such as the typescript-node one, are maintained in subdirectories under https://github.com/devcontainers/templates. How should these be handled? If cloning these devcontainer templates, it seems it should not include the .git folder.