Add the Visual Studio Code workspace directory to .gitignore

This commit is contained in:
Ethan Lafrenais 2018-08-29 23:13:08 -04:00
parent a0aaee7ee7
commit fa62c49fa8

4
.gitignore vendored
View File

@ -17,4 +17,6 @@ Server/Server.iml
Server/src/main/java/META-INF/MANIFEST.MF
.settings
.project
.classpath
.classpath
# VSCode Workspace
.vscode/