Exclude directory from watching
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 11.3k
- Forks
- 488
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 11
Description
Describe your feature request
That would be nice to be able to exclude some directories such as vendor/, .git and .idea from workers watching and hot reloading.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the worker file-watching and hot-reloading entry points in the Go code. Trace how watched paths are selected, then verify that vendor/, .git, and .idea are excluded without affecting other worker reload behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100