Skip to content

Commit 5d45059

Browse files
committed
Add build artifacts
1 parent b67df3b commit 5d45059

File tree

6,125 files changed

+687923
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,125 files changed

+687923
-20
lines changed

.gitignore

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
node_modules
2-
lib
3-
dist
1+
node_modules/*
2+
!node_modules/aws-cdk/
3+
!node_modules/@aws-cdk/
4+
!node_modules/constructs/
5+
!node_modules/aws-cdk-lib/
6+
lib/*.test.js
47

58
# CDK
69
cdk.context.json

0 commit comments

Comments
 (0)