.quartzignore

  1. Create a file named .quartzignore in your project root.
  2. 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
---