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

allow exclude pattern in watch #133

Open
jellevandenhooff opened this issue Apr 18, 2024 · 1 comment
Open

allow exclude pattern in watch #133

jellevandenhooff opened this issue Apr 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jellevandenhooff
Copy link

Because of some silly reasons, I want to watch all go files, except those in a certain directory. Maybe a watch = ["**/*.go", "!foo/**/*.go"] could do the trick?

@amonks amonks added the enhancement New feature or request label Apr 18, 2024
@amonks
Copy link
Owner

amonks commented Apr 18, 2024

another great idea from @jellevandenhooff!

same status as #131: I'd like to make this change, but it won't happen for at least a week or so.

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

No branches or pull requests

2 participants