From 527e028506b5af70a059aa03a3474374145ca6a1 Mon Sep 17 00:00:00 2001 From: Herobird Date: Thu, 3 Jan 2019 17:08:59 +0100 Subject: [PATCH] [git] Ignore VS Code artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bf68629bd7..d0704fed96 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ # Remove Cargo.lock when creating an executable, leave it for libraries # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock Cargo.lock + +# Ignore VS Code artifacts. +**/.vscode/**