Преглед изворни кода

Exclude node_modules and build in vscode

Lutz Roeder пре 7 година
родитељ
комит
9c5d5ff93a
1 измењених фајлова са 2 додато и 0 уклоњено
  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
     }
 }