4 Replies
It should apply to both push and pull i.e. entire sync
I figured out
but i want to exclude variables also of this folder
We support the same syntax as .gitignore. It should be feasible by tweaking the statements
It does not work like
.gitignore
Suppose this is .wmillignore
In git, it will allow all files of f/abcscripts
except one having *.variable.yaml
But in wmill sync pull
it is fetching from server f/abcscripts/aaa.variable.yaml
I will check in the coming days and come back to you. it SHOULD work like .gitignore, if it doesn't it's a bug