From 75a9f318d9ce5e13fa9f8c2666c76069a5e69e07 Mon Sep 17 00:00:00 2001 From: Phantom Release Date: Mon, 18 May 2026 18:24:29 +0100 Subject: [PATCH] chore: exclude agent infrastructure and kilocode modules from git sync --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore index 3f479d6..d5967a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,25 @@ 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/ +src/kilocode/ +agent-evolution/ +scripts/sync-agents.cjs +scripts/validate-agents.cjs + +# Build artifacts +dist/ +.architect/ + +# Environment secrets +.env +.env.local