File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1111 "source.fixAll.markdownlint" : true
1212 },
1313 "explorer.sortOrder" : " mixed" ,
14- "explorer.excludeGitIgnore" : false
14+ "explorer.excludeGitIgnore" : false ,
15+ "files.exclude" : {
16+ "**/.git" : true ,
17+ "**/.svn" : true ,
18+ "**/.hg" : true ,
19+ "**/CVS" : true ,
20+ "**/.DS_Store" : true ,
21+ "**/Thumbs.db" : true ,
22+ // custom begin
23+ "node_modules" : true ,
24+ // "**/.*": true,
25+ ".github" : true ,
26+ "**/.vuepress" : true ,
27+ ".vscode" : true ,
28+ ".markdownlint.json" : true ,
29+ "package-lock.json" : true
30+ }
1531}
Original file line number Diff line number Diff line change @@ -47,5 +47,3 @@ title: Zotero 百科全书
4747以往 Zotero 使用中遇到问题,往往在群里提问,或者在相关教程/视频下留言,消息容易被刷掉或遗漏,效率低下。
4848
4949为了解决上述问题,我们创建了这个 Zotero 百科全书文档,权威、准确、一站式解决Zotero使用问题。
50-
51- <AutoCatalog />
You can’t perform that action at this time.
0 commit comments