Skip to content

Commit

Permalink
feat(cdk): add keep-cdk script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Podgajny committed Apr 14, 2023
1 parent d5e6cdc commit 702601f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keep-cdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ shopt -s dotglob
rm -rf !("keep-cdk.sh"|"src"|".git"|".idea")
rm -rf src/!("cdk"|"cdk-experimental")
rm -rf src/cdk/*("testing"|"schematics")
rm src/*("cdk"|"cdk-experimental")/*("BUILD.bazel"|"config.bzl"|"index.ts"|"package.json"|"tsconfig.json")

0 comments on commit 702601f

Please sign in to comment.