-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# 排除自己, 每个人的插件和其他配置文件的情况不一样, 如果需要单独配置则添加此项并在后面添加自己的配置文件 | ||
# .gitignore | ||
|
||
# 同步.obsidian文件夹下指定的子文件夹,名称前加"!", 这些插件都暂时没有用到, 将来找机会剔除 | ||
.obsidian/* | ||
.obsidian/app.json | ||
.obsidian/snippets | ||
.obsidian/community-plugins.json | ||
.obsidian/graph.json | ||
.obsidian/bookmarks.json | ||
.obsidian/workspace.json | ||
|
||
|
||
.obsidian/plugins/* | ||
!.obsidian/plugins/dataview | ||
!.obsidian/plugins/templater-obsidian | ||
# !.obsidian/plugins/obsidian-git/ | ||
# !.obsidian/plugins/obsidian-linter/ | ||
# !.obsidian/plugins/quickadd/ | ||
# !.obsidian/plugins/obsidian-outliner/ | ||
# !.obsidian/plugins/table-editor-obsidian/ | ||
# !.obsidian/plugins/obsidian-latex-suite/ | ||
|
||
|
||
# assert文件夹 | ||
# _assert_/* | ||
_assert_/草稿 | ||
|
||
|
||
# 其他ob相关文件夹 | ||
.history | ||
.trash | ||
|
||
# 针对Mac系统的忽略 | ||
.DS_Store | ||
|
||
# 子模块相关, 暂时没有用到 | ||
.gitmodules | ||
|
||
# vscode配置文件夹 | ||
.vscode |