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 third_party in vscode
Lutz Roeder
8 years ago
parent
46c8bad50f
commit
26ea890985
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
.vscode/settings.json
+ 5
- 0
.vscode/settings.json
View File
@@ -0,0 +1,5 @@
+{
+ "files.exclude": {
+ "third_party": true
+ }
+}