{ "cSpell.ignorePaths": [ "**/node_modules/**", "**/vscode-extension/**", "**/.git/**", ".vscode", "typings", "./dictionary/**", "**/**" ], "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "**/bower_components": true, "**/node_modules": true }, "search.exclude": { "**/node_modules": true, "**/bower_components": true } }