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" ]; }; }