From 76ebe373db118a11d97bb89ccfecc00e18c357ea Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 5 Feb 2024 14:44:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git/config | 2 +- git/ignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/git/config b/git/config index c1eafb8..6be1724 100644 --- a/git/config +++ b/git/config @@ -50,7 +50,7 @@ [core] preloadindex = true - excludesfile = ~/.gitignore + excludesFile = ~/.gitignore trustctime = false commitGraph = true diff --git a/git/ignore b/git/ignore index b055bbe..7c53e55 100644 --- a/git/ignore +++ b/git/ignore @@ -27,3 +27,6 @@ Thumbs.db # Ides .Idea + +go.work +go.work.sum