Enum IgnoreMode
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.