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