Skip to content

Commit fce671b

Browse files
committed
Added 'Templates' and 'src' to ignore patterns
1 parent a439a5e commit fce671b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/quartz.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config: QuartzConfig = {
1717
},
1818
locale: "en-US",
1919
baseUrl: "quartz.jzhao.xyz",
20-
ignorePatterns: ["private", "templates", ".obsidian"],
20+
ignorePatterns: ["private", "templates", ".obsidian", "Templates", "src"],
2121
defaultDateType: "created",
2222
theme: {
2323
fontOrigin: "googleFonts",

0 commit comments

Comments
 (0)