From ffa3c9697db1d6df749bf447ae45414b6be13c7f Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Thu, 22 Jan 2026 10:17:38 +0100 Subject: [PATCH] =?UTF-8?q?feat=20(home/git):=E2=80=AFglobal=20.direnv=20i?= =?UTF-8?q?gnore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/cli.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/cli.nix b/home/cli.nix index 09611e3..7512040 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -70,6 +70,9 @@ signByDefault = true; key = "0x7065F57ED8856128"; }; + ignores = [ + ".direnv" + ]; }; programs.bash = {