We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6824513 commit 3c97ea5Copy full SHA for 3c97ea5
2 files changed
packages/aws-cdk-lib/.npmignore
@@ -16,6 +16,7 @@ coverage
16
build-tools
17
dist
18
!custom-resource-handlers/dist/
19
+!core/lib/dist/
20
scripts
21
.LAST_BUILD
22
.LAST_PACKAGE
@@ -30,9 +31,11 @@ tsconfig.json
30
31
# exclude cdk artifacts
32
**/cdk.out
33
junit.xml
-
34
!*.lit.ts
35
36
+# exclude additional documention
37
+core/adr/
38
+
39
# keep class map for cloudformation-include
40
!cloudformation-include/cfn-types-2-classes.json
41
…lib/core/lib/adr/acknowledge-warnings.md …cdk-lib/core/adr/acknowledge-warnings.mdpackages/aws-cdk-lib/core/lib/adr/acknowledge-warnings.md renamed to packages/aws-cdk-lib/core/adr/acknowledge-warnings.md
0 commit comments