Should’nt I git ignore cdk.out folder which is made by AWS CDK?

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.

Leave a Reply