From 0105fe48fcbc8761d9f4137e60acf17164a914a3 Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Sun, 15 Nov 2020 17:35:07 -0500 Subject: added global ignore file for git --- .config/git/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/git/config b/.config/git/config index ebc7e78..0f93408 100644 --- a/.config/git/config +++ b/.config/git/config @@ -9,7 +9,7 @@ email = ben@gbmor.dev signingkey = EAB272409CD12FF0 [init] - templatedir = /home/deofol/.config/git/template.git + templatedir = ~/.config/git/template.git [commit] gpgsign = true [hub] @@ -21,4 +21,5 @@ [pull] rebase = false [core] - attributesFile = /home/deofol/.gitattributes + attributesFile = ~/.gitattributes + excludesFile = ~/.gitignore -- cgit 1.4.1