Question:
AWS CDK create cdk.out
project root. I don’t know if I should add git files.
Answer:
If you use cdk init app
, you see that cdk.out folder is in .gitignore.
1 2 3 4 5 6 7 8 9 |
*.js !jest.config.js *.d.ts node_modules # CDK asset staging directory .cdk.staging cdk.out |