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"]
        }
    }

貢獻者指南

Add a per repo exclude_patterns directive to the config · hound-search/hound#24 | Good First Issue