enhancementhelp wanted
仓库指标
- 星标
- (5,470 个星标)
- PR 合并指标
- (30 天内没有已合并 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"]
}
}