hound-search/hound

Add a per repo exclude_patterns directive to the config

Open

#24 opened on Jan 28, 2015

View on GitHub
 (2 comments) (4 reactions) (0 assignees)JavaScript (606 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (5,470 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide