Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

folders in ignore regex get added if change in same folder #95

Open
greggman opened this issue Apr 18, 2016 · 1 comment
Open

folders in ignore regex get added if change in same folder #95

greggman opened this issue Apr 18, 2016 · 1 comment

Comments

@greggman
Copy link

Make a folder structure like this

root
  +-file1
  +-ignoremedir
     +-dir2

Watch root with options {ignoreDirectoryPattern: /ignoremedir/}

Now touch root/ignoremedir/newfile

Result, get created notification about root/ignoremedir/dir2 and root/ignoremedir/newfile

@kanbekotori
Copy link

Same problem to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants