faastjs.commonoptions.exclude.md

April 11, 2023 ยท View on GitHub

faastjs > CommonOptions > exclude

CommonOptions.exclude property

Exclude a subset of files included by CommonOptions.include.

Signature:

exclude?: string[];

Remarks

The exclusion can be a directory or glob. Exclusions apply to all included entries.

Contents

  1. 1CommonOptions.exclude property
  2. 2Remarks