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 run the following command, changes to other/subdir/subfile.js are ignored (as expected) rerun --ignore other/subdir/* echo test
However, if I explicitly include other, the ignore no longer works, and changes to subfile.js cause test to be re-echoed. rerun --dir other --ignore other/subdir/* echo test
The text was updated successfully, but these errors were encountered:
I have the following folder structure
If I run the following command, changes to other/subdir/subfile.js are ignored (as expected)
rerun --ignore other/subdir/* echo test
However, if I explicitly include other, the ignore no longer works, and changes to subfile.js cause test to be re-echoed.
rerun --dir other --ignore other/subdir/* echo test
The text was updated successfully, but these errors were encountered: