github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/testsdata/specs/upload_spec_exclude_regex.json (about) 1 { 2 "files": [ 3 { 4 "pattern": "testsdata/a/a(.*)", 5 "target": "${REPO1}", 6 "flat": "true", 7 "recursive": "true", 8 "exclusions": [".*a2.*", ".*a3.in", null], 9 "regexp": "true" 10 }, 11 { 12 "pattern": "testsdata/a/b/b(.*)", 13 "target": "${REPO1}", 14 "exclusions": [null, ".*b2.*", ".*b3.in"], 15 "regexp": "true" 16 }, 17 { 18 "pattern": "testsdata/a/b/c/(.*)", 19 "target": "${REPO1}", 20 "flat": "true", 21 "recursive": "true", 22 "exclusions": ["testsdata/a/b/c/c1.in"], 23 "regexp": "true" 24 } 25 ] 26 }