Skip to content

LfsTrackOpts

LfsTrackOpts = object

Defined in: src/core/repo.ts:1846

Options for LFS track

Properties

dryRun?

optional dryRun: boolean

Defined in: src/core/repo.ts:1850

Dry run - show what would be tracked


filename?

optional filename: boolean

Defined in: src/core/repo.ts:1852

Treat pattern as filename, not glob


lockable?

optional lockable: boolean

Defined in: src/core/repo.ts:1854

Make files lockable


noExcluded?

optional noExcluded: boolean

Defined in: src/core/repo.ts:1858

Don’t exclude from export


noModifyAttrs?

optional noModifyAttrs: boolean

Defined in: src/core/repo.ts:1860

Don’t modify .gitattributes


notLockable?

optional notLockable: boolean

Defined in: src/core/repo.ts:1856

Make files not lockable


verbose?

optional verbose: boolean

Defined in: src/core/repo.ts:1848

Show verbose output