Add some default gitignores

This commit is contained in:
Alexander Bantyev 2022-05-25 11:18:01 +04:00
parent bc24282045
commit 29325afae6
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -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";