From b798e80a4a5128afe79e66d3cbbb85d61359597f Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 20 May 2024 15:37:33 +0200 Subject: [PATCH] chore(git): add global excludesFile --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index c192ed1..4b35d74 100644 --- a/gitconfig +++ b/gitconfig @@ -98,6 +98,7 @@ quotePath = false commitGraph = true pager = delta + excludesFile = ~/.gitignore-global [color] ui = auto [pull]