From c5e6736d8511897fb9900fba1d840126ee4d7efe Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 2 Sep 2026 16:00:13 +1200 Subject: [PATCH 1/2] Ignore generated agent files Assisted-By: devx/445006c1-c85f-4c03-962d-be8ad40fb517 --- .gitignore | 1 + template/git/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ee82a6f2..ac40d2d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /agents.md +/.agents/ /.context /.bundle /pkg diff --git a/template/git/.gitignore b/template/git/.gitignore index ee82a6f2..ac40d2d2 100644 --- a/template/git/.gitignore +++ b/template/git/.gitignore @@ -1,4 +1,5 @@ /agents.md +/.agents/ /.context /.bundle /pkg From c7f582573477d3ca260195613ed0030a9c1569e1 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 2 Sep 2026 16:03:28 +1200 Subject: [PATCH 2/2] Remove legacy context ignore Assisted-By: devx/445006c1-c85f-4c03-962d-be8ad40fb517 --- .gitignore | 1 - template/git/.gitignore | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index ac40d2d2..d53e5693 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /agents.md /.agents/ -/.context /.bundle /pkg /gems.locked diff --git a/template/git/.gitignore b/template/git/.gitignore index ac40d2d2..d53e5693 100644 --- a/template/git/.gitignore +++ b/template/git/.gitignore @@ -1,6 +1,5 @@ /agents.md /.agents/ -/.context /.bundle /pkg /gems.locked