wp-cli / wp-cli-dev

🛠 WP-CLI development environment that allows for easy development across all packages
36 stars 36 forks source link

Prevent PHPstorm recursive indexing. #19

Closed janw-me closed 3 years ago

janw-me commented 3 years ago

PHPstorm includes symlinked folders to it's index. Which creates a infinite loop as the whole point of this project is to symlink everything to everything to everything. On composer install/update add all vendor folders to the exclude folder and a few other which are doubles.