Reputation: 702
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
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