feat(consistency): Add .obsidian to ignorePatterns (#420)

This commit is contained in:
Ben Schlegel 2023-08-25 18:03:49 +02:00 committed by GitHub
parent 953ef29f4e
commit 340e3ef511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ const config: QuartzConfig = {
provider: "plausible", provider: "plausible",
}, },
baseUrl: "quartz.jzhao.xyz", baseUrl: "quartz.jzhao.xyz",
ignorePatterns: ["private", "templates"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created", defaultDateType: "created",
theme: { theme: {
typography: { typography: {