From 1e48a6ad7843fb2fb4f48bba8f25128750cf3e23 Mon Sep 17 00:00:00 2001 From: Axel Rindle Date: Mon, 29 Apr 2024 13:50:00 +0200 Subject: [PATCH] feat: more exclusions --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cb2714..117eeb4 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,9 @@ "task-explorer.exclude": { "type": "array", "default": [ - "**/node_modules/**" + "**/node_modules/**", + "**/vendor/**", + "**/.git/**" ], "description": "Globs of paths to exclude from task scanning.", "items": {