Home
last modified time | relevance | path

Searched refs:excludedBlobs (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/vendoring/config/
H A DexpoGoConfig.ts141 const excludedBlobs = ['**/*.md']; constant
148 const isExcluded = excludedBlobs.some((blob) => minimatch(src, blob));