We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Consider the following structure:
main |- sub1 | |- file1 |- sub2 --> somewhere |- file2
where sub2 is a symlink to some other (read- and writable) directory. Assume we watch main and ignore nothing.
sub2
main
While changes to file1 are dutifully reported, changes to file2 are not.
file1
file2
Activity