From d65a54ae755586f59a3bb781d42f0f4e7ecf1401 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Mon, 25 Jul 2022 03:38:03 +0200 Subject: [PATCH] add .direnv folder to gitignore --- profiles/base/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/base/default.nix b/profiles/base/default.nix index 77f2f17..78018a0 100644 --- a/profiles/base/default.nix +++ b/profiles/base/default.nix @@ -200,6 +200,9 @@ in rc = "rebase --continue"; n = "!git commit --all --amend --no-edit && git rc"; }; + ignores = [ + ".direnv" + ]; extraConfig = { pull.rebase = true; sequence.editor = let