From c77a52acd3c6a14f95cc055cff9633eaba117c70 Mon Sep 17 00:00:00 2001 From: Rootiest Date: Tue, 8 Sep 2026 03:00:21 -0400 Subject: [PATCH] chore(gitignore): ignore agy's .agents/ cache via shared AI-tool glob Root-cause fix in the shared boilerplate template (~/.config/.user-dots/git/gitignore), same tier as .claude*/.gemini*/.antigrav*. Drops the manual one-off .agents line; re-stamped this repo's boilerplate block to the new template hash. --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2c1ed14..3d1bc61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # GitIgnore for Fish-config -# id: gitig-boilerplate-7f0528027e23f210196ae4583c408e5b +# id: gitig-boilerplate-a27b89403ff9f0bb3340ede87b42f93e # ╭──────────────────────────────────────────────────────────╮ # │ GitIgnore Boilerplate Template │ # ╰──────────────────────────────────────────────────────────╯ @@ -93,8 +93,9 @@ functions/sponge_*.fish [Aa][nN][Tt][Ii][Gg][Rr][Aa][Vv][Ii][Tt][Yy].[Mm][Dd] .[Aa][Nn][Tt][Ii][Gg][Rr][Aa][Vv]* -# Matches AGENTS.md, .remember, etc. +# Matches AGENTS.md, .agents/ (agy), .remember, etc. [Aa][Gg][Ee][Nn][Tt][Ss].[Mm][Dd] +.[Aa][Gg][Ee][Nn][Tt][Ss]* .[Rr][Ee][Mm][Ee][Mm][Bb][Ee][Rr] # ────────────────────────────────────────────────────────────── -- 2.54.0