export declare const SIGNET_GIT_ALLOWED_FILE_EXTENSIONS: readonly [".md", ".json", ".jsonl", ".html", ".yaml", ".yml"]; export declare const SIGNET_GIT_ALLOWED_DIRECTORIES: readonly ["skills", "tools", "dreaming"]; export declare const SIGNET_GIT_PROTECTED_PATHS: readonly [".daemon", ".shadow", "node_modules", ":(glob)**/node_modules/**", "signetai", "memory/backups", "memory/memories.db", ":(glob)memory/memories.db*", ":(glob)memory/**/*.db", ":(glob)memory/**/*.db-*", ":(glob)memory/**/*.db-journal", ":(glob)memory/**/*.db-shm", ":(glob)memory/**/*.db-wal", ":(glob)memory/**/*.sqlite", ":(glob)memory/**/*.sqlite3", ":(glob)**/*.db", ":(glob)**/*.db-*", ":(glob)**/*.db-journal", ":(glob)**/*.db-shm", ":(glob)**/*.db-wal", ":(glob)**/*.sqlite", ":(glob)**/*.sqlite3"]; export declare const SIGNET_GIT_TRACKED_PATHS: readonly ["*.md", ":(glob)**/*.md", "*.json", ":(glob)**/*.json", "*.jsonl", ":(glob)**/*.jsonl", "*.html", ":(glob)**/*.html", "*.yaml", ":(glob)**/*.yaml", "*.yml", ":(glob)**/*.yml", "skills", "tools", "dreaming"]; export declare function isSignetGitTrackedPath(path: string): boolean; export declare function isSignetGitProtectedPath(path: string): boolean; export declare function mergeSignetGitignoreEntries(existingContent: string): string; //# sourceMappingURL=gitignore.d.ts.map