.quartzignore
- Create a file named .quartzignore in your project root.
- Add the relative paths of the folders you want to hide (one per line):
private/
templates/
drafts/
secret-note.md
YAML
---
title: My Private Note
draft: true
---
private/
templates/
drafts/
secret-note.md
---
title: My Private Note
draft: true
---