Adds project and classpath ignores (#425)

VsCode now supports Java, but it creates these files, and there is no
way to turn it off. Will be adding this to a few other repos too.
This commit is contained in:
Thad House
2017-01-01 00:08:13 -08:00
committed by Peter Johnson
parent 65b091a39a
commit 182f57216f

4
.gitignore vendored
View File

@@ -186,3 +186,7 @@ NO
# VSCode
.vscode/
#classpaths and projects
.project
.classpath