ImgScroll/.vscode/settings.json

9 lines
186 B
JSON
Raw Normal View History

2017-04-28 19:56:50 +02:00
{
"files.exclude": {
"target/**": true,
"**/.git": true,
"**/.DS_Store": true
},
"java.configuration.updateBuildConfiguration": "automatic"
}