For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ignore

You can exclude stacks and stack groups from the configuration with the ignore property.

Examples

Setting the ignore property:

ignore: true

Where to define

The ignore property can be defined in stack and stack group configuration files. If specified in a stack group, the stack group's children and stacks inherit the value. If you set a stack group as ignored, its children or stacks can't set the ignore property back to false.

Requirements

The ignore property must satisfy these requirements:

  • Must be a boolean

Last updated

Was this helpful?