Skip to content

Commit 366e2e8

Browse files
authored
chore(aws-cdk-lib): ignore cfn-types-2-classes.json (#25436)
This is a generated file that does not need to be present in the repo. Also changed the ordering of services. Previously this was ordered by UTF-16 code unit values. Now it's human friendly, in case anyone ever needs to look at it. This also helps with the transition to the new l1 generation. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent b1e649a commit 366e2e8

File tree

4 files changed

+7
-1054
lines changed

4 files changed

+7
-1054
lines changed

packages/aws-cdk-lib/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dist
1616
tsconfig.json
1717
!.eslintrc.js
1818
!jest.config.js
19+
cloudformation-include/cfn-types-2-classes.json
1920

2021
junit.xml
2122
!**/*.snapshot/**/asset.*/*.js

packages/aws-cdk-lib/.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ junit.xml
3232

3333
!*.lit.ts
3434

35+
# keep class map for cloudformation-include
36+
!cloudformation-include/cfn-types-2-classes.json
37+
3538
# exclude source maps as they only work locally
3639
*.map
3740

0 commit comments

Comments
 (0)