home-manager add global gitignore

feature/hass
Ingolf Wagner 2020-03-15 01:42:44 +08:00
parent f5bbaf4097
commit 0eacca858a
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ in {
key = "42AC51C9482D0834CF488AF1389EC2D64AC71EAC";
signByDefault = true;
};
ignores = [ "*.swp" "*~" ".idea" ];
};
programs.gpg = {