From a1d1ea22a26ebb445db07e5036665172467bf8b3 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sun, 29 Mar 2026 18:13:18 -0500 Subject: [PATCH] chore: exclude .kilocode from release exports --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b24ebc5..5093f96 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,4 +13,5 @@ RELEASE_NOTES.md export-ignore changelog.html export-ignore .agent/ export-ignore *.json export-ignore -verify_*.lua export-ignore \ No newline at end of file +verify_*.lua export-ignore +.kilocode/ export-ignore \ No newline at end of file