From 61ebacc776afafe98fbc3999518ade28bfe61498 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 20 Jan 2025 21:42:13 +0000 Subject: [PATCH] Also include ./local if present --- .gitignore | 1 + config | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 454b655..b2a3f57 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ credentials +local diff --git a/config b/config index 1d0bdb6..ba169c6 100644 --- a/config +++ b/config @@ -91,3 +91,4 @@ [include] path = ~/.config/private/gitconfig path = ~/.config/work/gitconfig + path = ~/.config/git/local