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

Pass ignore options to Listen #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

quadule
Copy link

@quadule quadule commented Jan 18, 2025

When watching the Rails root directory, Listen tracks the state of everything inside unless matched by its silencer patterns. Large directories like node_modules can impact performance even when they aren't explicitly watched by Spring.

This adds ignore, ignore!, and only methods to configure Listen's silencer.

Fixes #15


CI seems to be broken on main right now. I was able to get the unit tests passing but am not sure what's happening with the acceptance tests yet.

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

Successfully merging this pull request may close these issues.

Some way to ignore files on Rails 5...
1 participant