From d5f7b3e04cdbf820c1139a1492e78753b3e4dd8b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 19 Jan 2026 18:04:17 -0800 Subject: [PATCH] [git] Remove excludesfile directive This setting has always been the default. Remove it so git just uses its internal default. --- gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/gitconfig b/gitconfig index 2294436..0c878ca 100644 --- a/gitconfig +++ b/gitconfig @@ -4,7 +4,6 @@ [core] editor = nvim quotepath = false - excludesfile = ~/.gitignore [color] ui = auto [alias]