From 646a8d02e0d2b342c82c10ea59893f927c5ec3a5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 25 Mar 2019 08:06:31 +0000 Subject: [PATCH] Add .vscode/ to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 94f1b43..f30fb13 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +.vscode/