修改字型,避免Color Scheme,覆蓋預設字型造成中文亂碼
"font_face": "Courier New"
禁止索引,讓cpu不會負擔哪麼高
"index_files":false
或是指定部分檔案不索引
"index_exclude_patterns": [*.log]
指定某些檔案不在側邊欄位出現
"file_exclude_patterns": [*.log]
指定資料夾不在側邊欄位出現
"folder_exclude_patterns": ["logs"]
修改字型,避免Color Scheme,覆蓋預設字型造成中文亂碼
"font_face": "Courier New"
禁止索引,讓cpu不會負擔哪麼高
"index_files":false
或是指定部分檔案不索引
"index_exclude_patterns": [*.log]
指定某些檔案不在側邊欄位出現
"file_exclude_patterns": [*.log]
指定資料夾不在側邊欄位出現
"folder_exclude_patterns": ["logs"]