Added the ignoreFilePatterns
option to the bookshop.config.cjs
file.
Example:
module.exports = {
ignoreFilePatterns: [
/\.test\.jsx$/
],
engines: {
"@bookshop/astro-engine": {}
}
}
This should be an array of regular expressions.
Any filenames that match one of the provided patterns will not be processed by Bookshop.