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?