diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 07:18:13 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 07:18:13 +0000 |
| commit | c05436f665b153a4318c2aaecc9b871f8c1c08d1 (patch) | |
| tree | f7032ee06dd88beb133bf14100ae935eb0ba61f6 /.devcontainer/devcontainer.json | |
| parent | c363b14bcc788a114d8d92e8f053d24607af4c26 (diff) | |
| download | submelon.dev-c05436f665b153a4318c2aaecc9b871f8c1c08d1.tar.gz submelon.dev-c05436f665b153a4318c2aaecc9b871f8c1c08d1.tar.bz2 submelon.dev-c05436f665b153a4318c2aaecc9b871f8c1c08d1.zip | |
launch.json: Add
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 6 |
1 files changed, 6 insertions, 0 deletions
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" ] |
