McK
McK

Reputation: 702

How to stop Netbeans from scanning a certain folder

Situation:

I have the following file structure for my web project (using php/html/js/css).

project-root
|- public
   |- js
   |- img
|- otherFolder
|- nbproject
...

Question:

How can I prevent NetBeans from scanning this folder, but let it who up in the projects tab to browse it.

Scope:

Trials:

Thank you very much in advance.

Upvotes: 2

Views: 967

Answers (1)

ccrez
ccrez

Reputation: 872

The only solution I have found to this problem is to not use the projects option and instead just add the project folder to favorites and work with that.

But then you loose the autocomplete features, there is no way to exclude a folder from scans that I know of.

Upvotes: 1

Related Questions