I do not want to see errors and warnings for third party libraries in Netbeans Action Items list, so I created a filter as shown below:
The filter is turned on, but I still see many items from node_modules
folders.
What am I doing wrong? How should the filter be configured to ignore everything coming from node_modules
and vendor
folders?
A workaround for this is hiding node_modules
from project tree
Steps:
node_modules
" to the regex
in Ignored Files Pattern
box. Here's an example:^(node_modules|git.+|hgignore)$).*$
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With