At the moment having .test or .spec files in your trigger directories can cause issues with compilation. We should support an `ignore` array of globs. Files matching the patterns wouldn't be included in the build. ``` ignore: ["**/*.test.*", "**/*.spec.*"] ``` <sub>[TRI-4324](https://linear.app/triggerdotdev/issue/TRI-4324/allow-ignoring-some-glob-patterns-in-triggerconfig-eg-test)</sub>