From 29325afae6ab088f08a670c7ff0fe7bc74ac1f89 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Wed, 25 May 2022 11:18:01 +0400 Subject: [PATCH] Add some default gitignores --- profiles/workspace/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/workspace/git.nix b/profiles/workspace/git.nix index 6917e86..23c21d0 100644 --- a/profiles/workspace/git.nix +++ b/profiles/workspace/git.nix @@ -4,7 +4,7 @@ userEmail = "balsoft@balsoft.ru"; userName = "Alexander Bantyev"; extraConfig.pull.rebase = true; - ignores = [ ".envrc" ".direnv" "*~" ".#*" "#*#" ]; + ignores = [ ".envrc" ".direnv" ".shell.nix" ".balsoft" "*~" ".#*" "#*#" ]; signing = { signByDefault = true; key = "687558B21E04FE92B255BED0E081FF12ADCB4AD5";