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

Ignore vendor folders to improve directory search performance #1445

Closed
SebCorbin opened this issue Jun 18, 2015 · 1 comment
Closed

Ignore vendor folders to improve directory search performance #1445

SebCorbin opened this issue Jun 18, 2015 · 1 comment

Comments

@SebCorbin
Copy link

See https://www.drupal.org/node/2329453

This is a critical issue for Windows users where drush does not ignore node_modules directory. A drush cc all will scan this directory and will find too long paths for Windows (due to node_modules nested tree).

To solve this for drush, an environment option to add some directories like node_modules, bower_components to the ignore directories passed in drush_scan_directory() would be really nice

@weitzman
Copy link
Member

Looks like a dupe of #1347

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