liximomo/vscode-sftp

Syntax for Ignore array?

JimNayzium opened this issue · 0 comments

I want to ignore entire folders when I use the command

Remote->Local download sync.

So in my sftp.json I have

"ignore": [ "/pubic_html/session" ]

but it still downloads that folder... should it be session/* ??