This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
SunnyMirror
/
netron
miroir de
https://github.com/lutzroeder/netron.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Exclude node_modules and build in vscode
Lutz Roeder
il y a 7 ans
Parent
ac693a247b
commit
9c5d5ff93a
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
.vscode/settings.json
+ 2
- 0
.vscode/settings.json
Voir le fichier
@@ -1,5 +1,7 @@
{
"files.exclude": {
+ "build": true,
+ "node_modules": true,
"third_party": true
}
}