浏览代码

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