ソースを参照

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