hound-search/hound
GitHub で見るAdd a per repo exclude_patterns directive to the config
Open
#24 opened on 2015年1月28日
enhancementhelp wanted
Repository metrics
- Stars
- (5,470 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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"]
}
}