This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
SunnyMirror
/
netron
mirror of
https://github.com/lutzroeder/netron.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Exclude node_modules and build in vscode
Lutz Roeder
7 năm trước cách đây
mục cha
ac693a247b
commit
9c5d5ff93a
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
.vscode/settings.json
+ 2
- 0
.vscode/settings.json
Xem Tập Tin
@@ -1,5 +1,7 @@
{
"files.exclude": {
+ "build": true,
+ "node_modules": true,
"third_party": true
}
}