refactor: unwrap FileIgnore namespace + self-reexport (#22937)
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { Glob } from "@opencode-ai/shared/util/glob"
|
import { Glob } from "@opencode-ai/shared/util/glob"
|
||||||
|
|
||||||
export namespace FileIgnore {
|
|
||||||
const FOLDERS = new Set([
|
const FOLDERS = new Set([
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"bower_components",
|
"bower_components",
|
||||||
@@ -78,4 +77,5 @@ export namespace FileIgnore {
|
|||||||
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
export * as FileIgnore from "./ignore"
|
||||||
|
|||||||
Reference in New Issue
Block a user