From fa62c49fa812ab81166082c88a8a4475f054b280 Mon Sep 17 00:00:00 2001 From: Ethan Lafrenais Date: Wed, 29 Aug 2018 23:13:08 -0400 Subject: [PATCH] Add the Visual Studio Code workspace directory to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b534ce4..f8d0532 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,6 @@ Server/Server.iml Server/src/main/java/META-INF/MANIFEST.MF .settings .project -.classpath \ No newline at end of file +.classpath +# VSCode Workspace +.vscode/ \ No newline at end of file