From 213e7313c6f0a56b0fce11c9b77875a6352c019a Mon Sep 17 00:00:00 2001 From: alexsu Date: Tue, 28 Dec 2021 00:19:58 +0800 Subject: [PATCH 1/2] Update .gitignore for ignoring goenv .go-version file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c903cf6b46e..e061cc8775d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ vendor/ .vscode # vim temp files *.swp + +# goenv local version +.go-version From 87a1844c52d827e2691547b3077460c392a8a01a Mon Sep 17 00:00:00 2001 From: alexsu Date: Tue, 28 Dec 2021 02:06:34 +0800 Subject: [PATCH 2/2] Add ref link to comment --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e061cc8775d..704f4ef5b54 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,5 @@ vendor/ # vim temp files *.swp -# goenv local version +# goenv local version. See https://github.com/syndbg/goenv/blob/master/COMMANDS.md#goenv-local for more info. .go-version