From 8e5902442e92044edeeb3643653da28024dfad7c Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Mon, 20 Jan 2020 14:37:52 -0500 Subject: [PATCH] Update .gitconfig --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 6b12dda1..f2e33472 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,7 +4,7 @@ bare = false logallrefupdates = true editor = vim - excludesfile = ~/.gitignore_global + excludesfile = ~/.gitignore [user] name = Vlad Doster email = mvdoster@gmail.com