Skip to content

Commit ad30dd3

Browse files
fix: remove files from distribution (#612)
1 parent a8b93d7 commit ad30dd3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ project.npmignore?.addPatterns(
190190
'tsconfig.dev.json',
191191
'yarn.lock',
192192
'/apidocs/',
193+
'repolinter.json',
194+
'commitlint.config.js',
195+
'.ort.yml',
196+
'.husky',
193197
);
194198

195199
// Add License header automatically

0 commit comments

Comments
 (0)