From c05436f665b153a4318c2aaecc9b871f8c1c08d1 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 24 Dec 2023 07:18:13 +0000 Subject: launch.json: Add --- .devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.devcontainer') diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1121200..6621469 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,6 +7,12 @@ "customizations": { "vscode": { + "settings": { + "files.exclude": { + "**/.yarn": true, + "**/node_modules": true + } + }, "extensions": [ "ginfuru.better-nunjucks" ] -- cgit