Преглед на файлове

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
     }
 }