How do I exclude a folder AND its sub-directories from validation in eclipse? I know that you can right click on a folder in Package Explorer and select Exclude Validation,
I think the best way is:
The filter can be a single file or multiple files.
I'm running Helios SR 1 right now so hopefully this works...
Hope that helps, it is by tool.
For those PHP developers who coding in Eclipse Mars.
For example in laravel framwork, you can exclude /vendor, /storage and /node_modules folders from eclipse validation.
I usually exclude validation in this way, I believe it will be recursive.