From caceb03ab0a99214dfee129fe934baddf109a413 Mon Sep 17 00:00:00 2001 From: Thorsten Klein Date: Tue, 2 Apr 2019 13:33:07 +0200 Subject: [PATCH] add vscode to ignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f1c181ec..b9961940 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# Editors +.vscode/ \ No newline at end of file