hound-search/hound

Add a per repo exclude_patterns directive to the config

Open

#24 aperta il 28 gen 2015

Vedi su GitHub
 (2 commenti) (4 reazioni) (0 assegnatari)JavaScript (606 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (5470 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor