aboutsummaryrefslogtreecommitdiffhomepage
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json6
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"
]