ImgScroll/.vscode/settings.json

10 lines
215 B
JSON
Raw Normal View History

2017-04-28 10:56:50 -07:00
{
"files.exclude": {
"target/**": true,
"**/.git": true,
2017-11-21 02:02:50 -08:00
"**/.DS_Store": true,
"**/*.class": true
2017-04-28 10:56:50 -07:00
},
"java.configuration.updateBuildConfiguration": "automatic"
}