16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/gradle": true,
|
|
"**/.gradle": true,
|
|
// "**/build": true,
|
|
"**/bin": true,
|
|
// "platform-*": true
|
|
|
|
}
|
|
} |