hound-search/hound

Add a per repo exclude_patterns directive to the config

Open

#24 创建于 2015年1月28日

在 GitHub 查看
 (2 评论) (4 反应) (0 负责人)JavaScript (5,470 star) (606 fork)batch import
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"]
        }
    }

贡献者指南