We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes I would like to monitor node_modules for some particular file I might change locally and want only that file to be uploaded.
node_modules
But including node_modules to file watcher causes a big rsync.
There should be an option to disable it with a flag.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Sometimes I would like to monitor
node_modules
for some particular file I might change locally and want only that file to be uploaded.But including
node_modules
to file watcher causes a big rsync.There should be an option to disable it with a flag.
The text was updated successfully, but these errors were encountered: