{ // Configure glob patterns for excluding files and folders. "files.exclude": { ".vscode": true, "**/_book": true, "**/.git": true }, // Search // Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the files.exclude setting. "search.exclude": { } }