> For the complete documentation index, see [llms.txt](https://docs.takomo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.takomo.io/stack-properties/ignore.md).

# Ignore

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

#### Examples

Setting the `ignore` property:

```yaml
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
