liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

Syntax for Ignore array? #971

Open JimNayzium opened 2 years ago

JimNayzium commented 2 years ago

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/* ??