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