docs: correct field for ignorePatterns
This commit is contained in:
		@@ -12,7 +12,7 @@ There may be some notes you want to avoid publishing as a website. Quartz suppor
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
If you'd like to only publish a select number of notes, you can instead use `Plugin.ExplicitPublish` which will filter out all notes except for any that have `publish: true` in the frontmatter.
 | 
					If you'd like to only publish a select number of notes, you can instead use `Plugin.ExplicitPublish` which will filter out all notes except for any that have `publish: true` in the frontmatter.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## `ignoreFiles`
 | 
					## `ignorePatterns`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is a field in `quartz.config.ts` under the main [[configuration]] which allows you to specify a list of patterns to effectively exclude from parsing all together. Any valid [glob](https://github.com/mrmlnc/fast-glob#pattern-syntax) pattern works here.
 | 
					This is a field in `quartz.config.ts` under the main [[configuration]] which allows you to specify a list of patterns to effectively exclude from parsing all together. Any valid [glob](https://github.com/mrmlnc/fast-glob#pattern-syntax) pattern works here.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -24,4 +24,4 @@ Common examples include:
 | 
				
			|||||||
- `**/private`: exclude any files or folders named `private` at any level of nesting
 | 
					- `**/private`: exclude any files or folders named `private` at any level of nesting
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> [!warning]
 | 
					> [!warning]
 | 
				
			||||||
> Marking something as private via either a plugin or through the `ignoreFiles` pattern will only prevent a page from being included in the final built site. If your GitHub repository is public, also be sure to include an ignore for those in the `.gitignore` of your Quartz. See the `git` [documentation](https://git-scm.com/docs/gitignore#_pattern_format) for more information.
 | 
					> Marking something as private via either a plugin or through the `ignorePatterns` pattern will only prevent a page from being included in the final built site. If your GitHub repository is public, also be sure to include an ignore for those in the `.gitignore` of your Quartz. See the `git` [documentation](https://git-scm.com/docs/gitignore#_pattern_format) for more information.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user