Is your feature request related to a problem? Please describe
- It's normal to add build artefacts to
.gitignore
- Leeways'
srcs globs makes it easy to include unintended files
Describe the behaviour you'd like
I'd like for vet to provide a warning if any files that are .gitignored are part of the expanded srcs.
Describe alternatives you've considered
Today you can probably manually check for this using a combination of leeway describe, jq and a bit of bash.
Additional context
See gitpod-io/gitpod#14157