chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-01 01:46:55 +00:00
parent ca66215e5c
commit 18dbc78a1b
+1 -5
View File
@@ -123,11 +123,7 @@ export const layer = Layer.effect(
const cfgIgnores = cfg.watcher?.ignore ?? []
if (yield* Flag.OPENCODE_EXPERIMENTAL_FILEWATCHER) {
yield* subscribe(ctx.directory, [
...FileIgnore.PATTERNS,
...cfgIgnores,
...protecteds(ctx.directory),
])
yield* subscribe(ctx.directory, [...FileIgnore.PATTERNS, ...cfgIgnores, ...protecteds(ctx.directory)])
}
if (ctx.project.vcs === "git") {