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 - Ignore folders via context menu
Summary: Ignore folders via context menu
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-21 08:43 UTC by Tomas Mysik
Modified: 2013-12-09 15:02 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.