feat(web): add IDENTITY.md to system file patterns in file-manager-tree

This commit is contained in:
kumarabhirup 2026-03-02 18:35:27 -08:00
parent 440e7063e2
commit e7bdd45be1
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167

View File

@ -71,6 +71,7 @@ const ALWAYS_SYSTEM_PATTERNS = [
const ROOT_ONLY_SYSTEM_PATTERNS = [
/^workspace\.duckdb/,
/^workspace_context\.yaml$/,
/^IDENTITY\.md$/,
];
function isSystemFile(path: string): boolean {