Explorar el Código

Exclude backend test package

Lutz Roeder hace 3 años
padre
commit
7b901af3ab
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .vscode/settings.json

+ 1 - 0
.vscode/settings.json

@@ -2,6 +2,7 @@
     "files.exclude": {
         "dist": true,
         "node_modules": true,
+        "test/backend/netron": true,
         "third_party": true
     },
     "python.linting.enabled": true,