Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/instructions
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@"
## Instructions

The following folders were added to `.gitignore`:

- `.kiro/`
- `.claude/`
- `.amazonq/`

These are configuration/cache folders created by LLM tools.
Adding them to `.gitignore` prevents accidental deletion (e.g., when running `git clean`).
"@ | Out-File -FilePath .github\instructions -Encoding UTF8
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,8 @@ example/HelloWorldFunction/build
build/
.terraform*
terraform.tfstate*

# Kiro and related folders
.kiro/
.claude/
.amazonq/