Browse Source

Exclude node_modules and build in vscode

Lutz Roeder 7 năm trước cách đây
mục cha
commit
9c5d5ff93a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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
     }
 }