FTP excludes not honored on file save

Wappler Version : 3.9.7
Operating System : mac
Server Model: node
Database Type:
Hosting Type:

Expected behavior

Upon saving a file in the editor, it should not be uploaded to the target if the FTP exclude pattern would prevent it.

Actual behavior

The exclude pattern seems to only be considered on Publish. On a single file save, with a remote development target, the file is uploaded.

How to reproduce

Set an exclude pattern

Open a file that should trigger the exclusion (in my example, I am excluding anything with ‘cypress’, make a change to the file, and save. The file will be saved properly and sent to the dev target.

I am not entirely sure, but writing just cypress means its looking for a folder with that name.
You need something like *cypress* to exclude anything that has these characters.

It’s working as expected on publish, just not in single file save. It’s not related to the pattern.

Oh. Got it.