scp-action
scp-action copied to clipboard
Ignore dir name only in root
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
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.