-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Is there a way to watch external directories (outside the current project)
Like:
pattens:
- '**/*.go'
- '**/*.yml'
- '$GOPATH/src/gitlab.com/my-library/**/*.go'I am building some packages that live outside the project, and I want to have my project restart when those files are changed
It may be I just have the incorrect syntax