exhibitionist-digital / ultra

Zero-Legacy Deno/React Suspense SSR Framework
https://ultrajs.dev
MIT License
2.99k stars 66 forks source link

fix: The `ignored` option is not working #223

Closed deckchairlabs closed 1 year ago

deckchairlabs commented 1 year ago

Fixes #221

Updated mesozoic to include a fix that when an 'ignore' pattern ends with '/' it assumes that you want to deeply ignore anything that matches that pattern.

So it essentially is doing the same as the below:

builder.ignore('./directory/**')