Browse Source

Exclude node_modules and build in vscode

Lutz Roeder 7 years ago
parent
commit
9c5d5ff93a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .vscode/settings.json

+ 2 - 0
.vscode/settings.json

@@ -1,5 +1,7 @@
 {
     "files.exclude": {
+        "build": true,
+        "node_modules": true,
         "third_party": true
     }
 }