mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 01:04:22 +01:00
feat: include ignored files
This commit is contained in:
@@ -1142,6 +1142,7 @@ export type FileNode = {
|
||||
name: string
|
||||
path: string
|
||||
type: "file" | "directory"
|
||||
ignored: boolean
|
||||
}
|
||||
|
||||
export type File = {
|
||||
|
||||
Reference in New Issue
Block a user