Explorar o código

Exclude node_modules and build in vscode

Lutz Roeder %!s(int64=7) %!d(string=hai) anos
pai
achega
9c5d5ff93a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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
     }
 }