You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
• Chokidar 4.0.1
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: