hound-search/hound
Vedi su GitHubAdd a per repo exclude_patterns directive to the config
Open
#24 aperta il 28 gen 2015
enhancementhelp wanted
Metriche repository
- Star
- (5470 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Is it possible to add directories/files to be excluded as a optional config option?
Something like:
"repos" : {
"myrepo" : {
"url" : "file:///Users/Me/projects/Project",
"exclude_patterns": ["tests"]
}
}