glob.hbs
1Find paths on disk with glob patterns.
2
3Assume that all glob patterns are matched in a project directory with the following entries.
4
5{{project_roots}}
6
7When searching with patterns that begin with literal path components, e.g. `foo/bar/**/*.rs`, be
8sure to anchor them with one of the directories listed above.