Pārlūkot izejas kodu

Exclude node_modules and build in vscode

Lutz Roeder 7 gadi atpakaļ
vecāks
revīzija
9c5d5ff93a
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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
     }
 }