Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ignore configuration option for excluding globbed directories #57

Open
reid opened this issue Aug 8, 2013 · 0 comments
Open

Add ignore configuration option for excluding globbed directories #57

reid opened this issue Aug 8, 2013 · 0 comments

Comments

@reid
Copy link
Contributor

reid commented Aug 8, 2013

Feature request from @okuryu. See yui/yui3#778. For example:

{
    "basedir": ".",
    "glob": "**/tests/unit/*.html",
    "ignore": "node_modules/**"
}

This would exclude any files inside node_modules that otherwise match the glob. The option may be an array to specify multiple locations to ignore.

okuryu added a commit to okuryu/yeti that referenced this issue Aug 17, 2013
This option is intended to exclude globbed directories.
Fix yui#57. See also yui/yui3#778.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant