Added entries to .gitignore to ignore files that vscode's java extension generates

This commit is contained in:
Dylan Sheehy 2018-01-02 07:04:14 -06:00
parent 2a5d6b5a13
commit c7da764505

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ Server/Server.iml
target/*
Server/Server.iml
Server/src/main/java/META-INF/MANIFEST.MF
.settings
.project
.classpath