File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ # 排除自己, 每个人的插件和其他配置文件的情况不一样, 如果需要单独配置则添加此项并在后面添加自己的配置文件
2+ # .gitignore
3+
4+ # 同步.obsidian文件夹下指定的子文件夹,名称前加"!", 这些插件都暂时没有用到, 将来找机会剔除
5+ .obsidian /*
6+ .obsidian /app.json
7+ .obsidian /snippets
8+ .obsidian /community-plugins.json
9+ .obsidian /graph.json
10+ .obsidian /bookmarks.json
11+ .obsidian /workspace.json
12+
13+
14+ .obsidian /plugins /*
15+ ! .obsidian /plugins /dataview
16+ ! .obsidian /plugins /templater-obsidian
17+ # !.obsidian/plugins/obsidian-git/
18+ # !.obsidian/plugins/obsidian-linter/
19+ # !.obsidian/plugins/quickadd/
20+ # !.obsidian/plugins/obsidian-outliner/
21+ # !.obsidian/plugins/table-editor-obsidian/
22+ # !.obsidian/plugins/obsidian-latex-suite/
23+
24+
25+ # assert文件夹
26+ # _assert_/*
27+ _assert_ /草稿
28+
29+
30+ # 其他ob相关文件夹
31+ .history
32+ .trash
33+
34+ # 针对Mac系统的忽略
35+ .DS_Store
36+
37+ # 子模块相关, 暂时没有用到
38+ .gitmodules
39+
40+ # vscode配置文件夹
41+ .vscode
You can’t perform that action at this time.
0 commit comments