From 83d0a1bd50d398993e14fd2a9d9da4370528b1ed Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 28 Sep 2021 19:39:23 -0700 Subject: [PATCH] chore(codegen): add dist-* --- .../software/amazon/smithy/aws/typescript/codegen/gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/gitignore b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/gitignore index 1a824d966adf..bff6121c007d 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/gitignore +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/gitignore @@ -2,7 +2,7 @@ /build/ /coverage/ /docs/ -/dist/ +/dist-* *.tsbuildinfo *.tgz *.log