chore: exclude agent infrastructure and kilocode modules from git sync

This commit is contained in:
Phantom Release
2026-05-18 18:24:29 +01:00
parent 863a67db8e
commit 75a9f318d9

23
.gitignore vendored
View File

@@ -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