From 45fc8653d425af9e0104917ebfd10abe1e5bd744 Mon Sep 17 00:00:00 2001 From: Ethan Lynn Date: Sun, 25 Mar 2018 23:23:10 -0700 Subject: [PATCH] Ignore vscode in git Ignore vscode in git Change-Id: I80b46d60c405d64d5dd74afa4d145356eea1c6e0 Issue-ID: MULTICLOUD-198 Signed-off-by: Ethan Lynn --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9787425..a5beebe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .project .classpath +.vscode .settings/ .checkstyle target/ -- 2.16.6