From b5c41437e3b052a3820a34943141093850b18201 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 12 Nov 2025 11:54:28 -0600 Subject: [PATCH] add envrc to git ignore --- flakes/common/hm_modules/git.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flakes/common/hm_modules/git.nix b/flakes/common/hm_modules/git.nix index 34e6d18..406d280 100644 --- a/flakes/common/hm_modules/git.nix +++ b/flakes/common/hm_modules/git.nix @@ -55,13 +55,10 @@ # direnv things ".direnv" + ".envrc" # local only files "*.local" - - # AI tooling - ".aider*" - "aider" ]; }; }