You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: refactor this to consistently use resolvePath, have no public members for proper encapsulation
5
5
exportclassDocumentationRepository{
6
+
// DESIGN:
6
7
// we use a "hidden" directory with a leading "." because terragrunt excludes hidden files and dirs
7
8
// when building a terragrunt-cache folder, see https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/#terraform "include_in_copy"
8
9
// > By default, Terragrunt excludes hidden files and folders during the copy step.
@@ -15,10 +16,17 @@ export class DocumentationRepository {
0 commit comments