| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
DockerIgnoreStrategy
(experimental) Ignores file paths based on the [`.dockerignore specification`](https://docs.docker.com/engine/reference/builder/#dockerignore-file).
|
class |
GitIgnoreStrategy
(experimental) Ignores file paths based on the [`.gitignore specification`](https://git-scm.com/docs/gitignore).
|
class |
GlobIgnoreStrategy
(experimental) Ignores file paths based on simple glob patterns.
|
| Modifier and Type | Method and Description |
|---|---|
static IgnoreStrategy |
IgnoreStrategy.fromCopyOptions(CopyOptions options,
String absoluteRootPath)
(experimental) Creates an IgnoreStrategy based on the `ignoreMode` and `exclude` in a `CopyOptions`.
|
Copyright © 2021. All rights reserved.