Maintenance: Prevent deletion of .kiro folder when running git clean command
Closed this issue · 2 comments
leandrodamascena commented
Why is this needed?
Kiro was released some time ago and creates a folder called .kiro to store settings, session attributes, and more. Developers using Kiro and running git clean might inadvertently delete this folder, losing their settings.
Which area does this relate to?
Automation
Solution
Add .kiro, .claude and .amazonq folder to .gitignore file.
Acknowledgment
- This request meets Powertools for AWS Lambda (Python) Tenets
- Should this be considered in other Powertools for AWS Lambda languages? i.e. Java, TypeScript, and .NET
powertools-for-aws-oss-automation commented
Warning
This issue is now closed. Please be mindful that future comments are hard for our team to see.
If you need more assistance, please either reopen the issue, or open a new issue referencing this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
github-actions commented
This is now released under 3.19.0 version!