github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/testsdata/specs/move_copy_spec_exclusions.json (about)

     1  {
     2      "files": [
     3        {
     4          "pattern": "${REPO1}/data/",
     5          "target": "${REPO2}/",
     6          "exclusions": ["${REPO1}/*b*", "${REPO1}/*c*"]
     7        }
     8      ]
     9    }