Parcourir la source

Exclude node_modules and build in vscode

Lutz Roeder il y a 7 ans
Parent
commit
9c5d5ff93a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .vscode/settings.json

+ 2 - 0
.vscode/settings.json

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