hound-search/hound

Add a per repo exclude_patterns directive to the config

开放

#24 创建于 2015年1月28日

 (2 条评论) (4 个反应) (0 位负责人)JavaScript (606 个派生)batch import
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"]
        }
    }

贡献者指南