/** * Name of the filedist marker file that tracks managed files. */ export declare const MARKER_FILE = ".filedist"; /** * Default inclusion glob patterns applied when no `files` is specified in SelectorConfig. */ export declare const DEFAULT_FILE_PATTERNS: string[]; /** * Default exclusion glob patterns always applied, regardless of whether a custom `exclude` is * specified in SelectorConfig. Custom `exclude` patterns are appended to these. * Excludes common package metadata files that are not meant to be extracted by consumers. */ export declare const DEFAULT_EXCLUDE_PATTERNS: string[]; export declare const GITIGNORE_FILE = ".gitignore"; export declare const GITIGNORE_START = "# filedist:start"; export declare const GITIGNORE_END = "# filedist:end"; //# sourceMappingURL=constants.d.ts.map