Refine web automation provenance exclusions

This commit is contained in:
Stefano Fiorini
2026-04-09 10:31:41 -05:00
parent c97b7d44e5
commit 879cccf383
3 changed files with 21 additions and 13 deletions

View File

@@ -15,10 +15,12 @@
"test-profile.ts"
],
"excludedReferencePatterns": [
"*discover.js",
"*photos.js",
"*identifiers.js",
"*.test.mjs",
"domain-specific helper scripts"
"*-discover.js",
"*-photos.js",
"*-identifiers.js",
"*-photo-data.js",
"*-address.js",
"*-photo-common.js",
"*.test.mjs"
]
}