Skip to content

Commit ea96021

Browse files
committed
chore: hidden files
1 parent f91d373 commit ea96021

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.vscode/settings.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,21 @@
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
}

src/user-guide/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,3 @@ title: Zotero 百科全书
4747
以往 Zotero 使用中遇到问题,往往在群里提问,或者在相关教程/视频下留言,消息容易被刷掉或遗漏,效率低下。
4848

4949
为了解决上述问题,我们创建了这个 Zotero 百科全书文档,权威、准确、一站式解决Zotero使用问题。
50-
51-
<AutoCatalog />

0 commit comments

Comments
 (0)