From 7e8f0328ff9e661cc5981e0ce654d8c93ad81f78 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 6 Nov 2023 17:58:12 -0800 Subject: [PATCH] git ignore .vscode/ --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b087f25..68a6733 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,9 @@ vendor/ # Go workspace file go.work +# IDE files +.vscode/ + # End of https://www.toptal.com/developers/gitignore/api/go # Platform specific metadata files