How to set Netbeans Action Item filters to ignore third party folders? -
i not want see errors , warnings third party libraries in netbeans action items list, created filter shown below:
the filter turned on, still see many items node_modules
folders. doing wrong? how should filter configured ignore coming node_modules
, vendor
folders?
i found solution hide parser errors in folder node_modules
link: how ignore build folder in netbeans 'find in projects'?
but make netbeans hides node_modules
project tree
steps:
- tools > options miscellaneous
- goto files tab
- add "
node_modules
" inignored files pattern
box. example:
^(node_modules|cvs|sccs|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(?!(taccess|git.+|hgignore)$).*$
- save
Comments
Post a Comment