From f6459176b924bf86656c028fa62e45f2956e4664 Mon Sep 17 00:00:00 2001 From: ARYAN RAJ Date: Sat, 23 Aug 2025 00:37:28 +0530 Subject: [PATCH 1/6] add: .kiro, .claude, .amazonq to .gitignore to prevent deletion --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 0972d7449..c2b419dce 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,8 @@ example/HelloWorldFunction/build build/ .terraform* terraform.tfstate* + +# Kiro and related folders +.kiro/ +.claude/ +.amazonq/ From 8cd2759e2c683fc3102f07eff1732464e8189516 Mon Sep 17 00:00:00 2001 From: ARYAN RAJ Date: Sun, 24 Aug 2025 16:50:07 +0530 Subject: [PATCH 2/6] docs: add .github/instructions explaining ignored folders --- .github/instructions | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/instructions diff --git a/.github/instructions b/.github/instructions new file mode 100644 index 000000000..cbe16657f --- /dev/null +++ b/.github/instructions @@ -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 From 4a0cc20fce7856fe14529fd8e0fbfae1c617288a Mon Sep 17 00:00:00 2001 From: ARYAN RAJ Date: Sun, 24 Aug 2025 19:25:05 +0530 Subject: [PATCH 3/6] chore: remove .github/instructions --- .github/instructions | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/instructions diff --git a/.github/instructions b/.github/instructions deleted file mode 100644 index cbe16657f..000000000 --- a/.github/instructions +++ /dev/null @@ -1,12 +0,0 @@ -@" -## 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 From 27c188c0c59aa64f212e0e4c26a53f0e994b22b2 Mon Sep 17 00:00:00 2001 From: ARYAN RAJ Date: Sun, 24 Aug 2025 19:26:56 +0530 Subject: [PATCH 4/6] chore(gitignore): add .github/instructions to ignore local instructions file --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c2b419dce..4ab52c37e 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,7 @@ terraform.tfstate* .kiro/ .claude/ .amazonq/ + +# Instructions +.github/instructions + From 0623538fd8af6f0044b8fec5f5811bd46e65ec7b Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Mon, 25 Aug 2025 15:35:11 +0200 Subject: [PATCH 5/6] Update .gitignore Co-authored-by: Philipp Page --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ab52c37e..5bc3ca996 100644 --- a/.gitignore +++ b/.gitignore @@ -112,7 +112,7 @@ build/ .terraform* terraform.tfstate* -# Kiro and related folders +# LLMs .kiro/ .claude/ .amazonq/ From f0890f1a1a19d3a3712a8cbfbedb3e42bb9413b0 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Mon, 25 Aug 2025 15:35:19 +0200 Subject: [PATCH 6/6] Update .gitignore Co-authored-by: Philipp Page --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5bc3ca996..eb2ea4f18 100644 --- a/.gitignore +++ b/.gitignore @@ -116,7 +116,5 @@ terraform.tfstate* .kiro/ .claude/ .amazonq/ - -# Instructions .github/instructions