lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
320 stars 89 forks source link

ignore and allow not working as expected #364

Open luxint66 opened 1 year ago

luxint66 commented 1 year ago

I'm trying to ignore/allow certain folders, but it's not working as expected.

For example, if I want to ignore "/amp" folder, it ignores the folder and also any file with amp in the name.

If I just use the 'allow' option and have nothing in 'ignore', it won't do anything. If I have "/scripts", I get an error saying 'Selected file is ignore', even though I have nothing in the 'ignore' section.

Am I missing something obvious or is this just the default behavior?

Thanks for any and all help.

Lux

freespiritstays commented 8 months ago

I am having the same problem even after i removed everything from the ignored section. Any solutions?