feat(web): add IDENTITY.md to system file patterns in file-manager-tree
This commit is contained in:
parent
440e7063e2
commit
e7bdd45be1
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user