users/foo-dogsquared/programs/git: add user-wide git exclude paths

This commit is contained in:
Gabriel Arazas 2024-11-11 16:17:26 +08:00
parent e173bc09e8
commit dfc6a358be
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# My typical todo list on the project root.
# Just a force of habit.
todo.norg
# vim:ft=gitignore

View File

@ -21,6 +21,8 @@ in
lfs.enable = true; lfs.enable = true;
signing.key = "4AA9CDFF7C99DFF9"; signing.key = "4AA9CDFF7C99DFF9";
extraConfig = { extraConfig = {
core.excludesFile = ../../config/git/ignore;
user = { user = {
name = config.accounts.email.accounts.personal.realName; name = config.accounts.email.accounts.personal.realName;
email = config.accounts.email.accounts.personal.address; email = config.accounts.email.accounts.personal.address;