How am I doing dotfile exclusions wrong here? #2399
Unanswered
lost-confused
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the regex option for exclusions I am trying to get jfrog-cli to ignore files like .DS_Store etc with:
jf rt build-add-dependencies --regexp=true --exclusions="^\..+" ....
A Go compatible regex would be
^\..+\
so what going wrong ?Beta Was this translation helpful? Give feedback.
All reactions