This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
SunnyMirror
/
netron
kopia lustrzana
https://github.com/lutzroeder/netron.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Exclude node_modules and build in vscode
Lutz Roeder
7 lat temu
rodzic
ac693a247b
commit
9c5d5ff93a
1 zmienionych plików
z
2 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
2
0
.vscode/settings.json
+ 2
- 0
.vscode/settings.json
Wyświetl plik
@@ -1,5 +1,7 @@
{
"files.exclude": {
+ "build": true,
+ "node_modules": true,
"third_party": true
}
}