This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254918 - Ignore folders in HTML application project
Summary: Ignore folders in HTML application project
Status: RESOLVED DUPLICATE of bug 238709
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.0.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-01 19:03 UTC by guoyunhebrave
Modified: 2015-09-02 05:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description guoyunhebrave 2015-09-01 19:03:33 UTC
In PHP project we can ignore some folders so that NetBeans will not analysis syntax errors on these files. But in HTML5 project, I can not find such an option.

I think this function is important for HTML5 project. We often use some third-party packages, like jQuery, Bootstrap. If we install them by npm or bower, we will install some source files of JavaScript, LESS, SaSS, which cannot pass code analysis of NetBeans.

If we can ignore folders in HTML application project, we will clean these errors that we do not care.

Thanks!

http://i.imgur.com/XVrft1n.png
Comment 1 Tomas Mysik 2015-09-02 05:49:30 UTC

*** This bug has been marked as a duplicate of bug 238709 ***