ImgScroll/.vscode/settings.json
2017-11-21 02:05:33 -08:00

10 lines
215 B
JSON

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