feat(consistency): Add .obsidian
to ignorePatterns (#420)
This commit is contained in:
parent
477922e5f0
commit
6bcae12f6d
@ -10,7 +10,7 @@ const config: QuartzConfig = {
|
||||
provider: "plausible",
|
||||
},
|
||||
baseUrl: "quartz.jzhao.xyz",
|
||||
ignorePatterns: ["private", "templates"],
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "created",
|
||||
theme: {
|
||||
typography: {
|
||||
|
Loading…
Reference in New Issue
Block a user