aws-powertools/powertools-lambda-python

Maintenance: Prevent deletion of .kiro folder when running git clean command

Closed this issue · 2 comments

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

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.

This is now released under 3.19.0 version!