PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/nx/src/utils
Просмотр файла: ignore.d.ts
/**
* An array of glob patterns that should always be ignored.
* Uses path/posix, since fast-glob requires unix paths.
*/
export declare const ALWAYS_IGNORE: string[];
export declare function getIgnoredGlobs(root?: string, prependRoot?: boolean): string[];
export declare function getAlwaysIgnore(root?: string): string[];
export declare function getIgnoreObject(root?: string): import("ignore").Ignore;
Выполнить команду
Для локальной разработки. Не используйте в интернете!