If I watch a file that doesn't exist, its parent directory is watched instead. What's unintuitive is that my ignored patterns need to account for this. If the missing file passed the ignored check, its parent directory should automatically pass, so that the complexity of my ignored patterns is kept to a minimum.
If I watch a file that doesn't exist, its parent directory is watched instead. What's unintuitive is that my
ignored
patterns need to account for this. If the missing file passed theignored
check, its parent directory should automatically pass, so that the complexity of myignored
patterns is kept to a minimum.• Chokidar 4.0.1