This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
SunnyMirror
/
netron
espejo de
https://github.com/lutzroeder/netron.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Exclude node_modules and build in vscode
Lutz Roeder
hace 7 años
padre
ac693a247b
commit
9c5d5ff93a
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
.vscode/settings.json
+ 2
- 0
.vscode/settings.json
Ver fichero
@@ -1,5 +1,7 @@
{
"files.exclude": {
+ "build": true,
+ "node_modules": true,
"third_party": true
}
}