Skip to content

[TRI-4324] Allow ignoring some glob patterns in trigger.config (e.g. **/*.test.*) #1593

Closed
@matt-aitken

Description

@matt-aitken

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.*"]

TRI-4324

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions