We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I tried to metalsmith-ignore to filter out emacs backup files which end with a tilda. I added this:
.use(require('metalsmith-ignore')('*~'))
but it just doesn't work. Files like index.md~ still pass right through.
index.md~