-
Notifications
You must be signed in to change notification settings - Fork 30
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 an option to exclude files and folders from index by mask #12
Comments
@voronkovich why do you need such functionality? |
@mkusher, when I create an index for a Symfony project, padawan scans the |
@voronkovich thanks, nice case |
@mkusher, I think, you could add support for |
@voronkovich I'm thinking about creating project files, e.g. exclude:
- "*/cache/*"
- "*.cache"
plugins:
- "mkusher/padawan-symfony" have you any ideas about it? |
@mkusher, I think the yaml format would be more appropriate than json. Why not to use just a |
@voronkovich Yeah, make sense |
It would be awesome if this was configurable from a plugin as well. For instance, if I write a Drupal plugin, it would be extremely cool if I could exclude modules that are not enabled from code completion. |
@cweagans I need to think more about plugin api at all, because now it has very basic abilities. |
No description provided.
The text was updated successfully, but these errors were encountered: