Describe the bug
Using --pattern there doesn't seem to be a way to match dot files, like .github, .gitignore, etc? I don't want these pushed with my static website.
To Reproduce
Try to run an 'az storage blob upload-batch' and ignore .gitignore with a --pattern ! match.
Expected behavior
There should be some syntax to be able to ignore dot files, but creating a --exclude switch like the aws-cli would be easiest.
Environment summary
azure/CLI@v1 on Github Actions
Describe the bug
Using --pattern there doesn't seem to be a way to match dot files, like .github, .gitignore, etc? I don't want these pushed with my static website.
To Reproduce
Try to run an 'az storage blob upload-batch' and ignore .gitignore with a --pattern ! match.
Expected behavior
There should be some syntax to be able to ignore dot files, but creating a --exclude switch like the aws-cli would be easiest.
Environment summary
azure/CLI@v1 on Github Actions