feat: include ignored files

This commit is contained in:
Adam
2025-08-28 10:49:40 -05:00
parent 4331d77b9e
commit aa9ab0a304
4 changed files with 24 additions and 8 deletions

View File

@@ -1142,6 +1142,7 @@ export type FileNode = {
name: string
path: string
type: "file" | "directory"
ignored: boolean
}
export type File = {