From 9778db689c67d61c6de4d0091037a0d290479c49 Mon Sep 17 00:00:00 2001 From: Tal Raviv Date: Wed, 15 Oct 2025 12:12:42 -0700 Subject: [PATCH 1/3] ignore also agents.md in addition to claude --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 770f5da..ce7cd06 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ BACKLOG.md # Personal configuration CLAUDE.md # If customized from template +AGENTS.md # Similar to above GOALS.md # Personal goals config.yaml # Personal configuration From d79d8cc874ca44ca517f5b6aa60605acc3e9c1cd Mon Sep 17 00:00:00 2001 From: Tal Raviv Date: Wed, 15 Oct 2025 12:15:44 -0700 Subject: [PATCH 2/3] remove comment so it actually gitignores --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce7cd06..e95d94b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ BACKLOG.md # Personal configuration CLAUDE.md # If customized from template -AGENTS.md # Similar to above +AGENTS.md GOALS.md # Personal goals config.yaml # Personal configuration From 34515ba0a249c46d77f6e9255c3044c8015abafd Mon Sep 17 00:00:00 2001 From: Tal Raviv Date: Wed, 15 Oct 2025 12:16:05 -0700 Subject: [PATCH 3/3] remove comments from gitignore so it actually will ignore it --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e95d94b..7ad5224 100644 --- a/.gitignore +++ b/.gitignore @@ -8,10 +8,10 @@ Knowledge/*.md BACKLOG.md # Personal configuration -CLAUDE.md # If customized from template +CLAUDE.md AGENTS.md -GOALS.md # Personal goals -config.yaml # Personal configuration +GOALS.md +config.yaml # Keep templates and examples !core/templates/