Browse Source

Exclude dist in vscode

Lutz Roeder 5 năm trước cách đây
mục cha
commit
d63b104c14
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .vscode/settings.json

+ 1 - 1
.vscode/settings.json

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