From 8eaf2611eb657da766bbd1d8ab40b924bb0d9a2e Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Sun, 24 Oct 2021 13:55:07 +0200 Subject: [PATCH] add .vscode to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6e85044..9880b30 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out vendor + +# IDE config +.vscode