ImgScroll/.vscode/settings.json
2017-04-28 10:58:56 -07:00

9 lines
186 B
JSON

{
"files.exclude": {
"target/**": true,
"**/.git": true,
"**/.DS_Store": true
},
"java.configuration.updateBuildConfiguration": "automatic"
}