{
    "java.configuration.updateBuildConfiguration": "disabled",
    "search.exclude": {
        "**/node_modules": true,
        "**/bower_components": true,
        "/build": true
    },
    "files.watcherExclude": {
        "**/.git/objects/**": true,
        "**/.git/subtree-cache/**": true,
        "**/node_modules/**": true,
        "/build": true
    },
    "editor.minimap.enabled": false,
    "files.exclude": {
        "**/.classpath": true,
        "**/.project": true,
        "**/.settings": true,
        "**/.factorypath": true
    }
}