github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/testsdata/specs/upload_spec_exclude.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 }, 10 { 11 "pattern": "testsdata/a/b/b*", 12 "target": "${REPO1}", 13 "exclusions": [null, "*b2.*", "*b3.in"] 14 }, 15 { 16 "pattern": "testsdata/a/b/c/*", 17 "target": "${REPO1}", 18 "flat": "true", 19 "recursive": "true", 20 "exclusions": ["testsdata/a/b/c/c1.in"] 21 } 22 ] 23 }