ImgScroll/.vscode/settings.json

11 lines
244 B
JSON
Raw Permalink Normal View History

2017-04-28 19:56:50 +02:00
{
"files.exclude": {
"target/**": true,
"**/.git": true,
2017-11-21 11:02:50 +01:00
"**/.DS_Store": true,
2017-11-30 07:48:13 +01:00
"**/*.class": true,
"**/rips/**": true
2017-04-28 19:56:50 +02:00
},
"java.configuration.updateBuildConfiguration": "automatic"
}