scp-action icon indicating copy to clipboard operation
scp-action copied to clipboard

Ignore dir name only in root

Open goralczykmarcin opened this issue 4 years ago • 1 comments

Hi, here is repo structure

dir1/xyz/override/ dir2/ override/

I'm trying to ignore all content of override/ but not to ignore dir/xyz/override/

All my tries failed. My tries list: (I use dot to target whole repo files)

source: ". ,!override/*"

source: ". ,!./override/*"

source: ". ,!./override/, ./modules//override/*"

source: "./.,modules/,themes/ ,!override/*"

I see no more options to check. If someone know how to deal with it I'll pleased

goralczykmarcin avatar Nov 25 '21 18:11 goralczykmarcin

Ran into this as well and couldn't find a non-hacky solution. Would be curious if there is a way to do this natively, or it's just not currently supported.

angrybrad avatar Mar 12 '24 17:03 angrybrad