enhancementhelp wanted
描述
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"]
}
}