9 lines
186 B
JSON
9 lines
186 B
JSON
|
{
|
||
|
"files.exclude": {
|
||
|
"target/**": true,
|
||
|
"**/.git": true,
|
||
|
"**/.DS_Store": true
|
||
|
},
|
||
|
"java.configuration.updateBuildConfiguration": "automatic"
|
||
|
}
|