This website works better with JavaScript
Home
Explore
Help
Sign In
SunnyMirror
/
netron
mirror of
https://github.com/lutzroeder/netron.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Exclude node_modules and build in vscode
Lutz Roeder
7 years ago
parent
ac693a247b
commit
9c5d5ff93a
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
.vscode/settings.json
+ 2
- 0
.vscode/settings.json
View File
@@ -1,5 +1,7 @@
{
"files.exclude": {
+ "build": true,
+ "node_modules": true,
"third_party": true
}
}