From f75b3d41937acd26f1a043b25e775c0c51b7051f Mon Sep 17 00:00:00 2001 From: NW Date: Mon, 18 May 2026 21:21:38 +0100 Subject: [PATCH] chore: simplify .gitignore to exclude entire .kilo directory --- .gitignore | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index d5967a8..9b2fbfa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,15 +2,7 @@ node_modules/ .kilo/node_modules/ # APAW agent infrastructure — do NOT sync to Gitea -.kilo/agents/ -.kilo/rules/ -.kilo/skills/ -.kilo/commands/ -.kilo/workflows/ -.kilo/shared/ -.kilo/logs/ -.kilo/plans/ -.kilo/worktrees/ +.kilo/ src/kilocode/ agent-evolution/ scripts/sync-agents.cjs