Does anyone know if a solution for ignoring `node_...
# sdf
s
Does anyone know if a solution for ignoring
node_modules
is out yet? I seem to recall they were going to do something to avoid zipping up that folder?
c
Hey @stalbert, its out there. Just have to include in the deploy.xml file what you want to include in the zip file, and that´s it 👍, its on 19.1.1 release
s
great! can I also include file/path wildcards in
deploy.xml
? e.g. include
foo.*.txt
and it would pick up all files that start with
foo.
and end with
.txt
?
and where does it [sdfcli] create this
.zip
file prior to upload?
c
At the moment wildcard only for folder content, meaning
folder/*
, But this request can be addressed, let me analyze the cost with the team and I´ll come back to you. Thanks for the idea.
s
thanks, I think I heard a similar request come up here. having generalized file globbing would be nice
these days, if I see "*" is supported somewhere I assume it's full file globbing (or regex)
👍 1