Skip to content

IgnoreMode

Determines the ignore behavior to use.

Members

Name Description
IgnoreMode_GLOB Ignores file paths based on simple glob patterns.
IgnoreMode_GIT Ignores file paths based on the .gitignore specification.
IgnoreMode_DOCKER Ignores file paths based on the .dockerignore specification.

IgnoreMode_GLOB

Ignores file paths based on simple glob patterns.

This is the default for file assets.

It is also the default for Docker image assets, unless the 'ros-cdk:dockerIgnoreSupport' context flag is set.


IgnoreMode_GIT

Ignores file paths based on the .gitignore specification.


IgnoreMode_DOCKER

Ignores file paths based on the .dockerignore specification.

This is the default for Docker image assets if the 'ros-cdk:dockerIgnoreSupport' context flag is set.