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
I am sure I am missing something, but is there a way to set it up that when we ignore a directory that polling doesn't actually setup looking at it. I think that it should be ignored, but I don't know exactly if I am setting something up wrong.
For example, say I wanted to ignore node_modules from the listening for all directories recursively, is there an example that shows that. Or is this not possible? Thanks!
The text was updated successfully, but these errors were encountered:
I want to ignore those node_modules directories from polling altogether. When I turn on polling it appears they are still adding those initially and b/c of that it takes longer to recognize the changes. It does appear that it is ignoring any file modifications to the node_modules, but it appears that it is still including that in the polling.
I read up on this ticket, and it appears that it should work in this manner, but maybe I am not fully understanding everything. #274.
I am sure I am missing something, but is there a way to set it up that when we ignore a directory that polling doesn't actually setup looking at it. I think that it should be ignored, but I don't know exactly if I am setting something up wrong.
For example, say I wanted to ignore node_modules from the listening for all directories recursively, is there an example that shows that. Or is this not possible? Thanks!
The text was updated successfully, but these errors were encountered: