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

Allow exclusion of all directories with specific name #80

Closed
phortx opened this issue Feb 17, 2014 · 2 comments
Closed

Allow exclusion of all directories with specific name #80

phortx opened this issue Feb 17, 2014 · 2 comments

Comments

@phortx
Copy link

phortx commented Feb 17, 2014

In our modular project we have many different places where JS files may be located. We want to exclude all js files which are located in a /js/vendor directory. That would be this pattern: //js/vendor/*.

But that's not possible since the file pattern doesn't allow / and the directory pattern doesn't allow //.

@ralfstx
Copy link
Member

ralfstx commented Feb 17, 2014

With .jshintignore this should be possible. One more reason to work on #64.

@phortx
Copy link
Author

phortx commented Feb 17, 2014

Would be nice. Thank you for your fast response! I'll wait for finishing #64 :)

@phortx phortx closed this as completed Feb 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants