Table of Contents

Enum IgnoreMode

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Determines the ignore behavior to use.

public enum IgnoreMode

Fields

DOCKER = 2

Ignores file paths based on the .dockerignore specification.

GIT = 1

Ignores file paths based on the .gitignore specification.

GLOB = 0

Ignores file paths based on simple glob patterns.