From e4db116de5bf226a647054d116d1bb437bfdaec3 Mon Sep 17 00:00:00 2001 From: Nara Kasbergen Kwon <855115+xiehan@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:21:09 +0200 Subject: [PATCH] chore: exclude .copywrite.hcl from published package (#4) Signed-off-by: team-tf-cdk Co-authored-by: team-tf-cdk --- .npmignore | 1 + .projenrc.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 9a620da..25886cc 100644 --- a/.npmignore +++ b/.npmignore @@ -25,3 +25,4 @@ scripts examples projenrc /.projenrc.ts +.copywrite.hcl diff --git a/.projenrc.ts b/.projenrc.ts index 5a4edc6..f76c33b 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -105,6 +105,7 @@ project.addPackageIgnore("examples"); project.addPackageIgnore("projenrc"); project.addPackageIgnore("/.projenrc.ts"); +project.addPackageIgnore(".copywrite.hcl"); // Run copywrite tool to add copyright headers to all files project.buildWorkflow?.addPostBuildSteps( {