mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
users/foo-dogsquared/programs/git: add user-wide git exclude paths
This commit is contained in:
parent
e173bc09e8
commit
dfc6a358be
5
configs/home-manager/foo-dogsquared/config/git/ignore
Normal file
5
configs/home-manager/foo-dogsquared/config/git/ignore
Normal file
@ -0,0 +1,5 @@
|
||||
# My typical todo list on the project root.
|
||||
# Just a force of habit.
|
||||
todo.norg
|
||||
|
||||
# vim:ft=gitignore
|
@ -21,6 +21,8 @@ in
|
||||
lfs.enable = true;
|
||||
signing.key = "4AA9CDFF7C99DFF9";
|
||||
extraConfig = {
|
||||
core.excludesFile = ../../config/git/ignore;
|
||||
|
||||
user = {
|
||||
name = config.accounts.email.accounts.personal.realName;
|
||||
email = config.accounts.email.accounts.personal.address;
|
||||
|
Loading…
Reference in New Issue
Block a user