export declare const GITIGNORE_BACKUP_PATTERN = "*.bak.*"; /** * 确保 .gitignore 包含备份文件模式,避免将 *.bak.* 提交到版本库 */ export declare function ensureBackupInGitignore(cwd: string): void; //# sourceMappingURL=gitignore.d.ts.map