Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Interface: PathExclusion
Documentation
GitHub
npm
Introduction
Introduction
Quickstart
Installation
Mantle
CLI Commands
Concepts
CI/CD Guides
Security
Tollgate
CLI Commands
Concepts
Integration Guides
Security
API Reference
API Reference
Mantle API
Tollgate API
On this page
Interface: PathExclusion
Properties
pattern
reason?
Interface: PathExclusion
Defined in:
src/mantle/config.ts:67
Dotset CLI API Documentation
/
index
/ PathExclusion
Interface: PathExclusion
Defined in:
src/mantle/config.ts:67
Path exclusion configuration
Properties
pattern
Copy
pattern
:
string
;
Defined in:
src/mantle/config.ts:69
Glob pattern for paths to exclude
reason?
Copy
optional
reason
:
string
;
Defined in:
src/mantle/config.ts:71
Reason for exclusion (for documentation)
⌘I