Skip to content

Commit f8336f7

Browse files
lavenzgfacebook-github-bot
authored andcommitted
Exclude metainternal from C++ API snapshots (#56545)
Summary: Add */metainternal/* to top-level exclude_patterns in the C++ API snapshot config. This directory may contain internal headers that are not part of the public React Native C++ API surface. Changelog: [Internal] Differential Revision: D101879633
1 parent f437b2c commit f8336f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/cxx-api/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exclude_patterns:
66
- "*/test/*"
77
- "*/test_helper/*"
88
- "*/stubs/*"
9+
- "*/metainternal/*"
910

1011
exclude_symbols:
1112
- "Fantom"

0 commit comments

Comments
 (0)