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