Skip to content

Commit

Permalink
fix: add .talismanrc and .jsii to .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelManke committed Mar 31, 2023
1 parent 9165817 commit 0d6f270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ project.addPackageIgnore('cdk.out');
project.addPackageIgnore('e2e');
project.addPackageIgnore('yarn-error.log');
project.addPackageIgnore('cdk.context.json');
project.addPackageIgnore('.talismanrc');
project.addPackageIgnore('.jsii');
project.synth();

0 comments on commit 0d6f270

Please sign in to comment.