From 0173034295415f84707becc99be86e474317c1b8 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Fri, 17 Apr 2026 12:09:28 -0400 Subject: [PATCH] chore(git): ignore .agents directory globally --- modules/home/programs/terminal/git/config/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/programs/terminal/git/config/.gitignore b/modules/home/programs/terminal/git/config/.gitignore index 3e64c44..223a9d0 100755 --- a/modules/home/programs/terminal/git/config/.gitignore +++ b/modules/home/programs/terminal/git/config/.gitignore @@ -1,3 +1,4 @@ _scratch .direnv .envrc +.agents