16 lines
371 B
JSON
16 lines
371 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
|
|
|
|
}
|
|
} |