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 214557

Summary: Ignore folders via context menu
Product: php Reporter: Tomas Mysik <tmysik>
Component: FTP SupportAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal CC: markuszeller
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tomas Mysik 2012-06-21 08:43:42 UTC
Originally unrelated part of issue #214497:

Sometimes, there are folders I do not need to sync at all, like tmp, cache,
downloads, uploads, etc. So I go to the project settings and put those on to
the exclude list.

Then they are ignored by the FTP syncing as expected.
It would be nice, to right click on those folders and put them directly to the
ignore list. (as like you can do with a git project folder).
Comment 1 xmak 2013-06-30 11:02:24 UTC
+1 from me, very useful feature
Comment 2 dexx086 2013-12-09 14:11:41 UTC
(In reply to xmak from comment #1)
> +1 from me, very useful feature

+1 vote for this must-have feature! (PHP remote project)

It's very time and space consuming to download a full project with local copies of unneccessary files (like images, download folders...) but still have every code files you need. Right now, Netbeans can download and synchronize only the full structure of the specified root folder. Yes, you can select individual folders when you click Download... but that's unmanageable if you try to use Synchronize often to keep your local copy up to date.

I know there's an Ignore folders dialog, but that's for local folders only (which I don't want to upload/synchronize to the remote server).

Is there a way to have a remote ignore folders/files feaature for remote PHP projects? Especially with complex include/exclude regular expressions? This way, it would be possible to define exact folders for a whole site which are needed for development, and ignore unnwanted big files from being downloaded.
In Eclipse, there's a complex include/exclude dialog for that with quite complex possibilities, something similar would solve big unwanted downloads. Is it possible in the near future?
Comment 3 Tomas Mysik 2013-12-09 14:32:41 UTC
(In reply to dexx086 from comment #2)
> Is there a way to have a remote ignore folders/files feaature for remote PHP
> projects?

Unfortunately not, submitted as issue #168811.

Thanks.
Comment 4 dexx086 2013-12-09 15:02:01 UTC
Thanks, I'll reply to the other issue then.


(In reply to Tomas Mysik from comment #3)
> (In reply to dexx086 from comment #2)
> > Is there a way to have a remote ignore folders/files feaature for remote PHP
> > projects?
> 
> Unfortunately not, submitted as issue #168811.
> 
> Thanks.