This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
SunnyMirror
/
netron
同期ミラー
https://github.com/lutzroeder/netron.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Exclude node_modules and build in vscode
Lutz Roeder
7 年 前
親
ac693a247b
コミット
9c5d5ff93a
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
.vscode/settings.json
+ 2
- 0
.vscode/settings.json
ファイルの表示
@@ -1,5 +1,7 @@
{
"files.exclude": {
+ "build": true,
+ "node_modules": true,
"third_party": true
}
}