Skip to content

Commit e193e2b

Browse files
authored
Merge branch 'main' into bug/fix-kb-execution-role-s3-vectors-delete
2 parents ce6a183 + a05e524 commit e193e2b

24 files changed

Lines changed: 1077 additions & 475 deletions

File tree

.github/workflows/build.yml

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

.github/workflows/release.yml

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

.gitignore

Lines changed: 2 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,8 @@ for (const task of project.tasks.all) {
593593
project.gitignore.addPatterns(
594594
'test/**/*.integ.snapshot/*.metadata.json',
595595
'test/**/*.integ.snapshot/**/*.metadata.json',
596+
'lambda/**/dist/',
597+
'lambda/**/poetry.lock',
596598
);
597599

598600
project.synth();

0 commit comments

Comments
 (0)