Sfoglia il codice sorgente

Exclude backend test package

Lutz Roeder 3 anni fa
parent
commit
7b901af3ab
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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,