Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Diogobitten
Copy link
Contributor

Please provide the issue number

Issue number: #954

Summary

Kiro, Claude, and Amazon Q create local configuration folders (.kiro/, .claude/, .amazonq/).
When developers run git clean, these folders may be deleted, causing loss of settings and session data.

Changes

Added .kiro/, .claude/, and .amazonq/ to the root .gitignore.

User experience

Before: Running git clean risked deleting the .kiro, .claude, and .amazonq folders, causing the loss of personalized configurations.
After: By adding these folders to .gitignore, they remain protected and developer settings are retained.

Checklist

Please leave checklist items unchecked if they do not apply to your change.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

Copy link

boring-cyborg bot commented Sep 1, 2025

Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need.
In the meantime, check out the #dotnet channel on our Powertools for AWS Lambda Discord: Invite link

@boring-cyborg boring-cyborg bot added the internal Maintenance changes label Sep 1, 2025
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 1, 2025
@hjgraca hjgraca linked an issue Sep 1, 2025 that may be closed by this pull request
1 task
@hjgraca hjgraca self-requested a review September 1, 2025 19:22
Copy link
Contributor

@hjgraca hjgraca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GTM!

Copy link

sonarqubecloud bot commented Sep 1, 2025

@hjgraca hjgraca merged commit d477ecb into aws-powertools:develop Sep 2, 2025
4 checks passed
Copy link

boring-cyborg bot commented Sep 2, 2025

Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Maintenance changes size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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