Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PackageGitSettings

git settings for a package.

Hierarchy

Index

Properties

Optional branch

branch: string

The custom branch.

Optional exclude

exclude: string | string[]

One or more (glob) patterns that describes the files to EXCLUDE.

Optional files

files: string | string[]

One or more (glob) patterns that describes the files to INCLUDE.

Optional from

from: string

The first (youngest) commit.

Optional gitFilesOnly

gitFilesOnly: boolean

Only use files from git or not.

Optional to

to: string

The first (oldest) commit.

Generated using TypeDoc