Files
clide/lib/src
Jeroen SchweitzerandClaude Opus 4.8 da4bc267cb filter files inside ignored directories in the watcher
isIgnored only matched a directory path itself, not files beneath it, so
a recursive watch still surfaced changes inside .dart_tool/, build/, etc.
Linux usually hid this because inotify drops the nested creates; macOS
FSEvents delivers them, so the tree reacted to churn it should ignore.
Check each ancestor segment as a directory.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 10:00:29 +02:00
..
2026-05-03 21:51:59 +02:00
2026-05-17 22:11:23 +02:00